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] }); 129Action action = () => _toolStripPanelRowCollection.AddRange(value: (ToolStripPanelRowCollection)null!);