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