2 overrides of AddRange
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
36
public override void
AddRange
(params Control[] controls) => _realCollection.AddRange(controls);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2152
public override void
AddRange
(Control[] controls) => _realCollection.AddRange(controls);
11 references to AddRange
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
230
Controls.
AddRange
([_helpPane, _commandsPane, _gridView, _toolStrip]);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
65
Controls.
AddRange
([_upDownButtons, _upDownEdit]);
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
294
Controls.
AddRange
(
System.Windows.Forms.Design (8)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
880
Controls.
AddRange
(controls);
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (1)
250
Controls.
AddRange
(
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (2)
123
Controls.
AddRange
(
129
_container.Controls.
AddRange
(
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
36
public override void AddRange(params Control[] controls) => _realCollection.
AddRange
(controls);
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
209
_container.Controls.
AddRange
(
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
216
Controls.
AddRange
([_innerPanel, _outerPanel]);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2152
public override void AddRange(Control[] controls) => _realCollection.
AddRange
(controls);