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