Implemented interface member:
6 overrides of CanSort
PresentationFramework (6)
MS\Internal\Controls\InnerItemCollectionView.cs (1)
72public override bool CanSort
MS\Internal\Data\CollectionViewProxy.cs (1)
136public override bool CanSort
MS\Internal\Data\EnumerableCollectionView.cs (1)
146public override bool CanSort
System\Windows\Controls\ItemCollection.cs (1)
608public override bool CanSort
System\Windows\Data\BindingListCollectionView.cs (1)
259public override bool CanSort
System\Windows\Data\ListCollectionView.cs (1)
402public override bool CanSort
4 references to CanSort
PresentationFramework (4)
System\Windows\Controls\ItemCollection.cs (3)
612return (EnsureCollectionView()) ? _collectionView.CanSort : true; 1724if (_collectionView.CanSort) 1986if (_collectionView != null && _collectionView.CanSort)
System\Windows\Data\CollectionView.cs (1)
246/// Use <seealso cref="CanSort"/> property on CollectionView to test if sorting is supported