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