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