2 overrides of CreateItemCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
361
protected override ListBox.ObjectCollection
CreateItemCollection
()
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBoxTests.cs (1)
1869
protected override ListBox.ObjectCollection
CreateItemCollection
() => CreateListBoxResult;
2 references to CreateItemCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
627
_itemsCollection ??=
CreateItemCollection
();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBoxTests.cs (1)
6462
public new ObjectCollection CreateItemCollection() => base.
CreateItemCollection
();