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