1 implementation of CanSort
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionView.cs (1)
279public virtual bool CanSort
3 references to CanSort
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
144get { return ProxiedView.CanSort; }
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
995if (view.CanSort)
WindowsBase (1)
Base\System\ComponentModel\ICollectionView.cs (1)
76/// Use <seealso cref="CanSort"/> property on CollectionView to test if sorting is supported