10 references to new
System.Windows.Forms.Tests (10)
System\Windows\Forms\ToolStripItemCollectionTests.cs (10)
162ToolStripItemCollection collection = new(toolStrip, items); 173return new ToolStripItemCollection(toolStrip, toolStripItems); 261ToolStripItemCollection collection = new(toolStrip, items); 274ToolStripItemCollection collection = new(toolStrip, items); 287ToolStripItemCollection collection = new(toolStrip, items); 320ToolStripItemCollection collection = new(toolStrip2, Array.Empty<ToolStripItem>()); 333ToolStripItemCollection collection = new(toolStrip, items); 350ToolStripItemCollection collection = new(toolStrip2, Array.Empty<ToolStripItem>()); 363ToolStripItemCollection collection = new(toolStrip, Array.Empty<ToolStripItem>()); 376ToolStripItemCollection collection = new(toolStrip, Array.Empty<ToolStripItem>());