Base:
property
CanFilter
System.Windows.Data.CollectionView.CanFilter
3 references to CanFilter
PresentationFramework (3)
MS\Internal\Data\EnumerableCollectionView.cs (2)
120get { return _view.CanFilter; } 341if (_view.CanFilter && _view.Filter != null)
System\Windows\Data\ListCollectionView.cs (1)
424/// Use <seealso cref="CanFilter"/> property to test if filtering is supported before