11 references to new
System.Windows.Forms.Tests (11)
System\Windows\Forms\ToolStripItemCollectionTests.cs (11)
134ToolStripItemCollection itemCollection = new(toolStrip, 160ToolStripItemCollection collection = new(toolStrip, items); 171return new ToolStripItemCollection(toolStrip, toolStripItems); 259ToolStripItemCollection collection = new(toolStrip, items); 272ToolStripItemCollection collection = new(toolStrip, items); 285ToolStripItemCollection collection = new(toolStrip, items); 318ToolStripItemCollection collection = new(toolStrip2, Array.Empty<ToolStripItem>()); 331ToolStripItemCollection collection = new(toolStrip, items); 348ToolStripItemCollection collection = new(toolStrip2, Array.Empty<ToolStripItem>()); 361ToolStripItemCollection collection = new(toolStrip, Array.Empty<ToolStripItem>()); 374ToolStripItemCollection collection = new(toolStrip, Array.Empty<ToolStripItem>());