3 references to AddRange
System.Windows.Forms.Tests (3)
System\Windows\Forms\ListViewSubItemCollectionTests.cs (3)
380
collection.
AddRange
(items);
420
Assert.Throws<ArgumentNullException>("items", () => collection.
AddRange
((string[])null));
931
listViewItem.SubItems.
AddRange
(["Test 1", "Test 2"]);