4 implementations of RemoveIndex
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
438
void IBindingList.
RemoveIndex
(PropertyDescriptor prop)
System.Data.Common (2)
System\Data\DataView.cs (1)
1038
void IBindingList.
RemoveIndex
(PropertyDescriptor property)
System\Data\DataViewManager.cs (1)
248
void IBindingList.
RemoveIndex
(PropertyDescriptor property)
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1741
void IBindingList.
RemoveIndex
(PropertyDescriptor prop)
1 reference to RemoveIndex
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1748
((IBindingList)List).
RemoveIndex
(prop);