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