3 references to AddRange
System.Windows.Forms.Tests (3)
System\Windows\Forms\ListViewGroupCollectionTests.cs (3)
563collection.AddRange(otherCollection); 579Assert.Throws<ArgumentNullException>("groups", () => collection.AddRange((ListViewGroupCollection)null)); 1115Assert.Throws<InvalidOperationException>(() => listView.Groups.AddRange(sourceGroup));