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