1 instantiation of ObjectCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
628_itemsCollection ??= new ObjectCollection(this);
10 references to ObjectCollection
System.Windows.Forms (10)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
6using static System.Windows.Forms.ComboBox.ObjectCollection;
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
7using static System.Windows.Forms.ComboBox.ObjectCollection;
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
8using static System.Windows.Forms.ComboBox.ObjectCollection;
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObjectCollection.cs (1)
4using static System.Windows.Forms.ComboBox.ObjectCollection;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
13using static System.Windows.Forms.ComboBox.ObjectCollection; 70private ObjectCollection? _itemsCollection; 624public ObjectCollection Items 2971ObjectCollection? savedItems = _itemsCollection;
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (1)
7using static System.Windows.Forms.ComboBox.ObjectCollection;
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
209public ComboBox.ObjectCollection Items