3 references to new
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
381
private 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] });