9 references to AddRange
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerActionService.cs (3)
70collection.AddRange(designerActionListCollection); 181actionLists.AddRange(pullCollection); 271actionLists.AddRange(pushCollection);
System\Windows\Forms\Design\Behavior\DesignerActionBehavior.cs (1)
62lists.AddRange(ActionLists);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
69actionLists.AddRange(base.ActionLists);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
55actionLists.AddRange(base.ActionLists);
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\DesignerActionListCollectionTests.cs (3)
77collection.AddRange(new DesignerActionListCollection(value)); 81collection.AddRange(new DesignerActionListCollection(value)); 90Assert.Throws<ArgumentNullException>("value", () => collection.AddRange((DesignerActionListCollection)null));