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