6 implementations of RemoveSort
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
419
void IBindingList.
RemoveSort
() => RemoveSortCore();
System.Data.Common (3)
System\Data\DataView.cs (1)
1044
void IBindingList.
RemoveSort
()
System\Data\DataViewManager.cs (1)
253
void IBindingList.
RemoveSort
()
System\Data\LinqDataView.cs (1)
237
void IBindingList.
RemoveSort
()
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1752
public virtual void
RemoveSort
()
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingSourceTests.cs (1)
969
public void
RemoveSort
() => throw new NotImplementedException();
4 references to RemoveSort
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
1331
InternalList.
RemoveSort
();
System.Windows.Forms (3)
System\Windows\Forms\DataBinding\BindingSource.cs (3)
317
iblv.
RemoveSort
();
331
ibl.
RemoveSort
();
1758
((IBindingList)List).
RemoveSort
();