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