2 overrides of CreateItemCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
361protected override ListBox.ObjectCollection CreateItemCollection()
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBoxTests.cs (1)
1869protected 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)
6462public new ObjectCollection CreateItemCollection() => base.CreateItemCollection();