4 references to PropComboBoxCellItems
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
538return this.Properties.ContainsObject(PropComboBoxCellItems) && this.Properties.GetObject(PropComboBoxCellItems) != null; 1286ObjectCollection items = (ObjectCollection)this.Properties.GetObject(PropComboBoxCellItems); 1290this.Properties.SetObject(PropComboBoxCellItems, items);