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