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