5 references to AddRange
System.Windows.Forms.Tests (5)
System\Windows\Forms\ListBox.IntegerCollectionTests.cs (5)
612
collection.
AddRange
(otherCollection);
643
collection.
AddRange
(otherCollection);
681
collection.
AddRange
(otherCollection);
725
collection.
AddRange
(otherCollection);
751
Assert.Throws<ArgumentNullException>("items", () => collection.
AddRange
((ListBox.IntegerCollection)null));