10 references to new
System.Windows.Forms.Tests (10)
System\Windows\Forms\ToolStripItemCollectionTests.cs (10)
137ToolStripItemCollection collection = new(toolStrip, items); 148return new ToolStripItemCollection(toolStrip, toolStripItems); 236ToolStripItemCollection collection = new(toolStrip, items); 249ToolStripItemCollection collection = new(toolStrip, items); 262ToolStripItemCollection collection = new(toolStrip, items); 295ToolStripItemCollection collection = new(toolStrip2, Array.Empty<ToolStripItem>()); 308ToolStripItemCollection collection = new(toolStrip, items); 325ToolStripItemCollection collection = new(toolStrip2, Array.Empty<ToolStripItem>()); 338ToolStripItemCollection collection = new(toolStrip, Array.Empty<ToolStripItem>()); 351ToolStripItemCollection collection = new(toolStrip, Array.Empty<ToolStripItem>());