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