4 implementations of AddIndex
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
433
void IBindingList.
AddIndex
(PropertyDescriptor prop)
System.Data.Common (2)
System\Data\DataView.cs (1)
992
void IBindingList.
AddIndex
(PropertyDescriptor property) => GetFindIndex(property.Name, keepIndex: true);
System\Data\DataViewManager.cs (1)
233
void IBindingList.
AddIndex
(PropertyDescriptor property)
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1710
void IBindingList.
AddIndex
(PropertyDescriptor property)
1 reference to AddIndex
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1717
((IBindingList)List).
AddIndex
(property);