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