3 implementations of SupportsSorting
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
393bool IBindingList.SupportsSorting => SupportsSortingCore;
System.Data.Common (2)
System\Data\DataView.cs (1)
948bool IBindingList.SupportsSorting => true;
System\Data\DataViewManager.cs (1)
214bool IBindingList.SupportsSorting => false;
2 references to SupportsSorting
PresentationFramework (2)
System\Windows\Data\BindingListCollectionView.cs (2)
243if (InternalList.SupportsSorting) 269return InternalList.SupportsSorting;