3 references to new
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
381private ToolStripPanelRowCollection CreateToolStripPanelRowCollection() => new(this);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripPanel.ToolStripPanelRowCollectionTests.cs (2)
18_toolStripPanelRowCollection = new(_toolStripPanel); 114_toolStripPanelRowCollection.AddRange(new ToolStripPanelRowCollection(_toolStripPanel) { rows[0], rows[1] });