4 references to AddRange
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionListCollection.cs (1)
16AddRange(value);
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\DesignerActionListCollectionTests.cs (3)
66collection.AddRange(value); 70collection.AddRange(value); 91Assert.Throws<ArgumentNullException>("value", () => collection.AddRange((DesignerActionList[])null));