5 references to AddRange
System.Windows.Forms.Tests (5)
System\Windows\Forms\ListBox.IntegerCollectionTests.cs (5)
610
collection.
AddRange
(otherCollection);
641
collection.
AddRange
(otherCollection);
679
collection.
AddRange
(otherCollection);
723
collection.
AddRange
(otherCollection);
749
Assert.Throws<ArgumentNullException>("items", () => collection.
AddRange
((ListBox.IntegerCollection)null));