1 instantiation of ObjectCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1289items = new ObjectCollection(this);
6 references to ObjectCollection
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (5)
544public virtual ObjectCollection Items 1284internal ObjectCollection GetItems(DataGridView dataGridView) 1286ObjectCollection items = (ObjectCollection)this.Properties.GetObject(PropComboBoxCellItems); 2912public void AddRange(ObjectCollection value)
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
362public DataGridViewComboBoxCell.ObjectCollection Items