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