Base:
method
GetItemProperties
System.Windows.Forms.BindingManagerBase.GetItemProperties()
1 override of GetItemProperties
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\RelatedCurrencyManager.cs (1)
99
public override PropertyDescriptorCollection
GetItemProperties
()
15 references to GetItemProperties
System.Windows.Forms (11)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (3)
808
_props = CurrencyManager.
GetItemProperties
();
1091
_props = CurrencyManager.
GetItemProperties
();
1529
PropertyDescriptorCollection props = cm.
GetItemProperties
();
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
1362
PropertyDescriptorCollection props = DataManager.
GetItemProperties
();
1393
PropertyDescriptorCollection props = DataManager.
GetItemProperties
();
System\Windows\Forms\Controls\ListControl\ListControl.cs (4)
148
PropertyDescriptorCollection? props = DataManager?.
GetItemProperties
();
262
PropertyDescriptorCollection props = dataManager.
GetItemProperties
();
377
PropertyDescriptorCollection props = _dataManager.
GetItemProperties
();
444
descriptor = DataManager.
GetItemProperties
().Find(field, true);
System\Windows\Forms\DataBinding\BindingSource.cs (2)
904
PropertyDescriptorCollection dsProps = cm.
GetItemProperties
();
973
PropertyDescriptorCollection props = _currencyManager.
GetItemProperties
();
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
723
PropertyDescriptorCollection? propertyDescriptorCollection = currencyManager?.
GetItemProperties
();
System\Windows\Forms\Design\DataGridViewDesigner.cs (2)
392
backEndProps = _currencyManager.
GetItemProperties
();
569
backEndProps = _currencyManager.
GetItemProperties
();
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1551
return listManager?.
GetItemProperties
();