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