6 references to new
System.Windows.Forms.Design.Tests (6)
System\Drawing\Design\ToolboxItemCollectionTests.cs (6)
12
ToolboxItemCollection collection =
new
((ToolboxItem[])[item]);
22
Assert.Throws<ArgumentNullException>("c", () => new
ToolboxItemCollection
((ToolboxItem[])null));
29
ToolboxItemCollection value =
new
((ToolboxItem[])[item]);
47
ToolboxItemCollection collection =
new
((ToolboxItem[])[item]);
56
ToolboxItemCollection collection =
new
((ToolboxItem[])[item]);
65
ToolboxItemCollection collection =
new
((ToolboxItem[])[item]);