Implemented interface member:
property
CanSort
System.ComponentModel.ICollectionView.CanSort
6 overrides of CanSort
PresentationFramework (6)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
76
public override bool
CanSort
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
142
public override bool
CanSort
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
154
public override bool
CanSort
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
632
public override bool
CanSort
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
272
public override bool
CanSort
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
417
public override bool
CanSort
4 references to CanSort
PresentationFramework (4)
src\Framework\System\Windows\Controls\ItemCollection.cs (3)
636
return (EnsureCollectionView()) ? _collectionView.
CanSort
: true;
1754
if (_collectionView.
CanSort
)
2018
if (_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