2 references to AddRange
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListViewSubItemCollectionTests.cs (2)
378collection.AddRange(items); 418Assert.Throws<ArgumentNullException>("items", () => collection.AddRange((string[])null));