2 references to AddRange
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListViewSubItemCollectionTests.cs (2)
399collection.AddRange(items, foreColor, backColor, font); 419Assert.Throws<ArgumentNullException>("items", () => collection.AddRange((string[])null, Color.Red, Color.Blue, SystemFonts.MenuFont));