Base:
method
GetItemProperties
System.Windows.Forms.BindingManagerBase.GetItemProperties()
1 override of GetItemProperties
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\RelatedCurrencyManager.cs (1)
99public 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(); 1529PropertyDescriptorCollection props = cm.GetItemProperties();
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
1362PropertyDescriptorCollection props = DataManager.GetItemProperties(); 1393PropertyDescriptorCollection props = DataManager.GetItemProperties();
System\Windows\Forms\Controls\ListControl\ListControl.cs (4)
148PropertyDescriptorCollection? props = DataManager?.GetItemProperties(); 262PropertyDescriptorCollection props = dataManager.GetItemProperties(); 377PropertyDescriptorCollection props = _dataManager.GetItemProperties(); 444descriptor = DataManager.GetItemProperties().Find(field, true);
System\Windows\Forms\DataBinding\BindingSource.cs (2)
904PropertyDescriptorCollection dsProps = cm.GetItemProperties(); 973PropertyDescriptorCollection props = _currencyManager.GetItemProperties();
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
723PropertyDescriptorCollection? propertyDescriptorCollection = currencyManager?.GetItemProperties();
System\Windows\Forms\Design\DataGridViewDesigner.cs (2)
392backEndProps = _currencyManager.GetItemProperties(); 569backEndProps = _currencyManager.GetItemProperties();
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1551return listManager?.GetItemProperties();