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