1 instantiation of ObjectCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
518return new ObjectCollection(this);
5 references to ObjectCollection
System.Windows.Forms (5)
winforms\Managed\System\WinForms\CheckedListBox.cs (5)
274new public CheckedListBox.ObjectCollection Items { 276return(CheckedListBox.ObjectCollection)base.Items; 337CheckedListBox.ObjectCollection items = (CheckedListBox.ObjectCollection) Items; 1310return ((ObjectCollection)owner.Items).InnerArray;