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