3 references to ObjectCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1088items = new ObjectCollection(this);
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewComboBoxCell.ObjectCollectionTests.cs (2)
16_collection = new(_comboBoxCell); 101DataGridViewComboBoxCell.ObjectCollection items = new(_comboBoxCell) { "Item1", "Item2", "Item3" };