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