Base:
method
GetItemProperties
System.Windows.Forms.BindingManagerBase.GetItemProperties()
1 override of GetItemProperties
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RelatedCurrencyManager.cs (1)
99
public override PropertyDescriptorCollection
GetItemProperties
() {
15 references to GetItemProperties
System.Windows.Forms (15)
winforms\Managed\System\WinForms\BindingSource.cs (2)
1058
PropertyDescriptorCollection dsProps = cm.
GetItemProperties
();
1123
PropertyDescriptorCollection props = this.currencyManager.
GetItemProperties
();
winforms\Managed\System\WinForms\DataGrid.cs (1)
8719
PropertyDescriptorCollection props = lm.
GetItemProperties
();
winforms\Managed\System\WinForms\DataGridColumn.cs (1)
382
PropertyDescriptorCollection propCollection = lm.
GetItemProperties
();
winforms\Managed\System\WinForms\DataGridTable.cs (2)
1393
PropertyDescriptorCollection propCollection = listManager.
GetItemProperties
();
1412
PropertyDescriptorCollection propCollection = listManager.
GetItemProperties
();
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
1606
PropertyDescriptorCollection props = this.DataManager.
GetItemProperties
();
1634
PropertyDescriptorCollection props = this.DataManager.
GetItemProperties
();
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (3)
895
this.props = this.currencyManager.
GetItemProperties
();
1186
this.props = this.currencyManager.
GetItemProperties
();
1640
PropertyDescriptorCollection props = cm.
GetItemProperties
();
winforms\Managed\System\WinForms\ListControl.cs (4)
171
PropertyDescriptorCollection props = this.DataManager.
GetItemProperties
();
304
PropertyDescriptorCollection props = dataManager.
GetItemProperties
();
425
PropertyDescriptorCollection props = dataManager.
GetItemProperties
();
490
descriptor = this.dataManager.
GetItemProperties
().Find(field, true);