Implemented interface member:
6 overrides of CanSort
PresentationFramework (6)
MS\Internal\Controls\InnerItemCollectionView.cs (1)
73public override bool CanSort
MS\Internal\Data\CollectionViewProxy.cs (1)
137public override bool CanSort
MS\Internal\Data\EnumerableCollectionView.cs (1)
147public override bool CanSort
System\Windows\Controls\ItemCollection.cs (1)
612public override bool CanSort
System\Windows\Data\BindingListCollectionView.cs (1)
260public override bool CanSort
System\Windows\Data\ListCollectionView.cs (1)
403public override bool CanSort
4 references to CanSort
PresentationFramework (4)
System\Windows\Controls\ItemCollection.cs (3)
616return (EnsureCollectionView()) ? _collectionView.CanSort : true; 1731if (_collectionView.CanSort) 1993if (_collectionView != null && _collectionView.CanSort)
System\Windows\Data\CollectionView.cs (1)
250/// Use <seealso cref="CanSort"/> property on CollectionView to test if sorting is supported