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