1 instantiation of ObjectCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComboBox.cs (1)
777
itemsCollection = new
ObjectCollection
(this);
5 references to ObjectCollection
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComboBox.cs (4)
101
private
ObjectCollection
itemsCollection;
774
public
ObjectCollection
Items {
1009
else if (collection is
ObjectCollection
)
3020
ObjectCollection
savedItems = itemsCollection;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
353
public ComboBox.
ObjectCollection
Items {