4 references to ObjectCollection
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.ObjectCollection.cs (1)
12public ObjectCollection(CheckedListBox owner) : base(owner)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1292return new ObjectCollection(this);
System\Windows\Forms\Controls\ListBoxes\ListBox.ObjectCollection.cs (2)
32: this(owner) 43: this(owner)