I am working on a WPF desktop application using the MVVM pattern.
I am trying to filter some items out of a ListView based on the text typed in a
ListView
CollectionViewSource.View.Refresh();
CollectionViewSource.Filter is reevaluated in this way!