4 implementations of IsSorted
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
397bool IBindingList.IsSorted => IsSortedCore;
System.Data.Common (3)
System\Data\DataView.cs (1)
949bool IBindingList.IsSorted => Sort.Length != 0;
System\Data\DataViewManager.cs (1)
216bool IBindingList.IsSorted
System\Data\LinqDataView.cs (1)
277bool IBindingList.IsSorted