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