1 instantiation of ObjectCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
363return new ObjectCollection(this);
3 references to ObjectCollection
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (3)
167public new ObjectCollection Items 171return (ObjectCollection)base.Items; 229ObjectCollection items = Items;