1 override of GetItemProperties
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CurrencyManager.cs (1)
587
public override PropertyDescriptorCollection
GetItemProperties
() {
4 references to GetItemProperties
System.Windows.Forms (4)
winforms\Managed\System\WinForms\BindingContext.cs (1)
364
PropertyDescriptor prop = formerManager.
GetItemProperties
().Find(dataField, true);
winforms\Managed\System\WinForms\BindToObject.cs (1)
245
fieldInfo = owner.BindingManagerBase.
GetItemProperties
().Find(dataField, true);
winforms\Managed\System\WinForms\RelatedCurrencyManager.cs (1)
45
this.fieldInfo = parentManager.
GetItemProperties
().Find(dataField, true);
winforms\Managed\System\WinForms\RelatedPropertyManager.cs (1)
34
this.fieldInfo = parentManager.
GetItemProperties
().Find(dataField, true);