Implemented interface member:
property
CanSort
System.ComponentModel.ICollectionView.CanSort
6 overrides of CanSort
PresentationFramework (6)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
76public override bool CanSort
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
142public override bool CanSort
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
154public override bool CanSort
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
632public override bool CanSort
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
272public override bool CanSort
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
417public override bool CanSort
4 references to CanSort
PresentationFramework (4)
src\Framework\System\Windows\Controls\ItemCollection.cs (3)
636return (EnsureCollectionView()) ? _collectionView.CanSort : true; 1754if (_collectionView.CanSort) 2018if (_collectionView != null && _collectionView.CanSort)
src\Framework\System\Windows\Data\CollectionView.cs (1)
262/// Use <seealso cref="CanSort"/> property on CollectionView to test if sorting is supported