1 override of GetItemProperties
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\CurrencyManager.cs (1)
613
public override PropertyDescriptorCollection
GetItemProperties
() => GetItemProperties(null);
5 references to GetItemProperties
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\Binding.BindToObject.cs (1)
220
FieldInfo = _bindingManager.
GetItemProperties
().Find(dataField, true);
System\Windows\Forms\DataBinding\BindingContext.cs (1)
266
PropertyDescriptor? prop = formerManager.
GetItemProperties
().Find(dataField, true)
System\Windows\Forms\DataBinding\RelatedCurrencyManager.cs (1)
35
_fieldInfo = parentManager.
GetItemProperties
().Find(dataField, ignoreCase: true)!;
System\Windows\Forms\DataBinding\RelatedPropertyManager.cs (1)
26
_fieldInfo = parentManager.
GetItemProperties
().Find(dataField, true) ??
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewComboBoxColumnDesigner.cs (1)
95
&& (bindingManagerBase.
GetItemProperties
()?[bindingMemberInfo.BindingField]) is not null;