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