2 references to new
System.Windows.Forms.Design.Tests (2)
System\Drawing\Design\ToolboxItemCollectionTests.cs (2)
30
ToolboxItemCollection collection =
new
(value);
40
Assert.Throws<ArgumentNullException>("c", () => new
ToolboxItemCollection
((ToolboxItemCollection)null));