6 references to new
System.Windows.Forms.Design.Tests (6)
System\Drawing\Design\ToolboxItemCollectionTests.cs (6)
14
ToolboxItemCollection collection =
new
((ToolboxItem[])[item]);
24
Assert.Throws<ArgumentNullException>("c", () => new
ToolboxItemCollection
((ToolboxItem[])null));
31
ToolboxItemCollection value =
new
((ToolboxItem[])[item]);
49
ToolboxItemCollection collection =
new
((ToolboxItem[])[item]);
58
ToolboxItemCollection collection =
new
((ToolboxItem[])[item]);
67
ToolboxItemCollection collection =
new
((ToolboxItem[])[item]);