2 references to CreateItemCollection
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListBoxTests.cs (2)
4773
ListBox.ObjectCollection items = Assert.IsType<ListBox.ObjectCollection>(control.
CreateItemCollection
());
4776
Assert.NotSame(items, control.
CreateItemCollection
());