5 implementations of AddIndex
System (1)
compmod\system\componentmodel\BindingList.cs (1)
527void IBindingList.AddIndex(PropertyDescriptor prop) {
System.Data (2)
fx\src\data\System\Data\DataView.cs (1)
1077void IBindingList.AddIndex(PropertyDescriptor property) {
fx\src\data\System\Data\DataViewManager.cs (1)
274void IBindingList.AddIndex(PropertyDescriptor property) {
System.Data.Entity (1)
System\Data\Objects\ObjectView.cs (1)
236void IBindingList.AddIndex(PropertyDescriptor property)
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1958void IBindingList.AddIndex(PropertyDescriptor property) {
1 reference to AddIndex
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1960((IBindingList) List).AddIndex(property);