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