5 implementations of RemoveIndex
System (1)
compmod\system\componentmodel\BindingList.cs (1)
531void IBindingList.RemoveIndex(PropertyDescriptor prop) {
System.Data (2)
fx\src\data\System\Data\DataView.cs (1)
1114void IBindingList.RemoveIndex(PropertyDescriptor property) {
fx\src\data\System\Data\DataViewManager.cs (1)
286void IBindingList.RemoveIndex(PropertyDescriptor property) {
System.Data.Entity (1)
System\Data\Objects\ObjectView.cs (1)
251void IBindingList.RemoveIndex(PropertyDescriptor property)
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1986void IBindingList.RemoveIndex(PropertyDescriptor prop) {
1 reference to RemoveIndex
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1988((IBindingList) List).RemoveIndex(prop);