4 implementations of Find
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
426
int IBindingList.
Find
(PropertyDescriptor prop, object key) => FindCore(prop, key);
System.Data.Common (2)
System\Data\DataView.cs (1)
999
int IBindingList.
Find
(PropertyDescriptor property, object key)
System\Data\DataViewManager.cs (1)
243
int IBindingList.
Find
(PropertyDescriptor property, object key)
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1732
public virtual int
Find
(PropertyDescriptor prop, object key)
4 references to Find
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1421
int index = bindingList.
Find
(property, key);
System\Windows\Forms\DataBinding\BindingSource.cs (2)
653
return ((IBindingList)this).
Find
(pd, key);
1739
return ((IBindingList)List).
Find
(prop, key);
System\Windows\Forms\DataBinding\CurrencyManager.cs (1)
561
return bindingList.
Find
(property, key);