Implemented interface member:
6 overrides of CanSort
PresentationFramework (6)
MS\Internal\Controls\InnerItemCollectionView.cs (1)
74
public override bool
CanSort
MS\Internal\Data\CollectionViewProxy.cs (1)
139
public override bool
CanSort
MS\Internal\Data\EnumerableCollectionView.cs (1)
151
public override bool
CanSort
System\Windows\Controls\ItemCollection.cs (1)
621
public override bool
CanSort
System\Windows\Data\BindingListCollectionView.cs (1)
265
public override bool
CanSort
System\Windows\Data\ListCollectionView.cs (1)
409
public override bool
CanSort
4 references to CanSort
PresentationFramework (4)
System\Windows\Controls\ItemCollection.cs (3)
625
return (EnsureCollectionView()) ? _collectionView.
CanSort
: true;
1743
if (_collectionView.
CanSort
)
2010
if (_collectionView != null && _collectionView.
CanSort
)
System\Windows\Data\CollectionView.cs (1)
254
/// Use <seealso cref="
CanSort
"/> property on CollectionView to test if sorting is supported