2 references to AddRange
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripPanel.ToolStripPanelRowCollectionTests.cs (2)
114
_toolStripPanelRowCollection.
AddRange
(new ToolStripPanelRowCollection(_toolStripPanel) { rows[0], rows[1] });
129
Action action = () => _toolStripPanelRowCollection.
AddRange
(value: (ToolStripPanelRowCollection)null!);