8 overrides of Add
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
BlazorWebView.cs (1)
331
public override void
Add
(Control? value) => throw new NotSupportedException();
System.Windows.Forms (5)
System\Windows\Forms\Controls\TabControl\TabControl.ControlCollection.cs (1)
19
public override void
Add
(Control? value)
System\Windows\Forms\Controls\TabControl\TabPage.TabPageControlCollection.cs (1)
27
public override void
Add
(Control? value)
System\Windows\Forms\Form.ControlCollection.cs (1)
29
public override void
Add
(Control? value)
System\Windows\Forms\Internal\ReadOnlyControlCollection.cs (1)
21
public override void
Add
(Control? value)
System\Windows\Forms\MDI\MDIClient.ControlCollection.cs (1)
37
public override void
Add
(Control? value)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
34
public override void
Add
(Control c) => _realCollection.Add(c);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2150
public override void
Add
(Control c) => _realCollection.Add(c);
227 references to Add
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
BlazorWebView.cs (1)
326
internal void AddInternal(Control value) => base.
Add
(value);
Microsoft.VisualBasic.Forms (7)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (4)
70
Controls.
Add
(TextBox)
71
Controls.
Add
(Label)
72
Controls.
Add
(OKButton)
73
Controls.
Add
(MyCancelButton)
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (3)
149
Controls.
Add
(ButtonCloseDialog)
150
Controls.
Add
(ProgressBarWork)
151
Controls.
Add
(LabelInfo)
PresentationUI (105)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
137
this._tabControl.Controls.
Add
(this._summaryTab);
138
this._tabControl.Controls.
Add
(this._infoTab);
151
this._summaryTab.Controls.
Add
(this.tableLayoutPanel1);
423
this._infoTab.Controls.
Add
(this.tableLayoutPanel2);
523
this._documentDetailBox.Controls.
Add
(this._documentTable);
647
this._fileSystemBox.Controls.
Add
(this._fileTable);
731
this.Controls.
Add
(this.tableLayoutPanel3);
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (5)
77
this._buttonFlowLayoutPanel.Controls.
Add
(this._cancelButton);
78
this._buttonFlowLayoutPanel.Controls.
Add
(this._okButton);
116
this._listButtonFlowLayoutPanel.Controls.
Add
(this._addButton);
117
this._listButtonFlowLayoutPanel.Controls.
Add
(this._removeButton);
166
this.Controls.
Add
(this._mainDialogTableLayoutPanel);
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (3)
59
_buttomControlLayoutpanel.Controls.
Add
(_cancelButton);
60
_buttomControlLayoutpanel.Controls.
Add
(_addButton);
221
Controls.
Add
(_mainDialogTableLayoutPanel);
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (14)
64
_panel1.Controls.
Add
(_flowLayoutPanel2);
65
_panel1.Controls.
Add
(_flowLayoutPanel1);
75
_flowLayoutPanel2.Controls.
Add
(_flowLayoutPanel3);
86
_flowLayoutPanel3.Controls.
Add
(_flowLayoutPanel4);
87
_flowLayoutPanel3.Controls.
Add
(_panel2);
96
_flowLayoutPanel4.Controls.
Add
(_label1);
97
_flowLayoutPanel4.Controls.
Add
(_label2);
98
_flowLayoutPanel4.Controls.
Add
(_label3);
99
_flowLayoutPanel4.Controls.
Add
(_privacyLabel);
100
_flowLayoutPanel4.Controls.
Add
(_instructionlabel);
159
_panel2.Controls.
Add
(_pictureBox);
177
_flowLayoutPanel1.Controls.
Add
(_nextButton);
178
_flowLayoutPanel1.Controls.
Add
(_cancelButton);
209
Controls.
Add
(_panel1);
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (9)
63
this._flowLayoutPanel1.Controls.
Add
(this._nextButton);
64
this._flowLayoutPanel1.Controls.
Add
(this._cancelButton);
94
this._flowLayoutPanel2.Controls.
Add
(this._label1);
95
this._flowLayoutPanel2.Controls.
Add
(this._flowLayoutPanel3);
96
this._flowLayoutPanel2.Controls.
Add
(this._tableLayoutPanel1);
117
this._flowLayoutPanel3.Controls.
Add
(this._pictureBox1);
118
this._flowLayoutPanel3.Controls.
Add
(this._label2);
214
this.Controls.
Add
(this._flowLayoutPanel2);
215
this.Controls.
Add
(this._flowLayoutPanel1);
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (2)
66
this.flowLayoutPanel2.Controls.
Add
(this.label2);
125
this.Controls.
Add
(this.tableLayoutPanel1);
MS\Internal\Documents\RMPermissions.cs (1)
188
permissionsFlowPanel.Controls.
Add
(permissionLabel);
MS\Internal\Documents\RMPermissions.Designer.cs (15)
61
this.mainContentFlowPanel.Controls.
Add
(this.authenticatedAsFlowPanel);
62
this.mainContentFlowPanel.Controls.
Add
(this.permissionsFlowPanel);
63
this.mainContentFlowPanel.Controls.
Add
(this.contactFlowPanel);
64
this.mainContentFlowPanel.Controls.
Add
(this.expirationFlowPanel);
65
this.mainContentFlowPanel.Controls.
Add
(this.divider);
66
this.mainContentFlowPanel.Controls.
Add
(this.actionsFlowPanel);
75
this.authenticatedAsFlowPanel.Controls.
Add
(this.authenticatedAsTextLabel);
76
this.authenticatedAsFlowPanel.Controls.
Add
(this.authenticatedAsLabel);
95
this.permissionsFlowPanel.Controls.
Add
(this.permissionsHeldLabel);
108
this.contactFlowPanel.Controls.
Add
(this.requestFromTextLabel);
109
this.contactFlowPanel.Controls.
Add
(this.requestFromLabel);
129
this.expirationFlowPanel.Controls.
Add
(this.expiresOnTextLabel);
130
this.expirationFlowPanel.Controls.
Add
(this.expiresOnLabel);
147
this.actionsFlowPanel.Controls.
Add
(this.closeButton);
188
this.Controls.
Add
(this.mainContentFlowPanel);
MS\Internal\Documents\RMPublishingDialog.Designer.cs (28)
78
this.flowLayoutPanelMain.Controls.
Add
(this.radioButtonUnrestricted);
79
this.flowLayoutPanelMain.Controls.
Add
(this.radioButtonPermissions);
80
this.flowLayoutPanelMain.Controls.
Add
(this.radioButtonTemplate);
81
this.flowLayoutPanelMain.Controls.
Add
(this.groupBoxMainContent);
82
this.flowLayoutPanelMain.Controls.
Add
(this.flowLayoutPanelActions);
119
this.groupBoxMainContent.Controls.
Add
(this.flowLayoutPanelUnrestricted);
120
this.groupBoxMainContent.Controls.
Add
(this.flowLayoutPanelPermissions);
121
this.groupBoxMainContent.Controls.
Add
(this.flowLayoutPanelTemplate);
131
this.flowLayoutPanelUnrestricted.Controls.
Add
(this.textBoxUnrestrictedText);
140
this.flowLayoutPanelPermissions.Controls.
Add
(this.flowLayoutPanelPeople);
141
this.flowLayoutPanelPermissions.Controls.
Add
(this.rightsTable);
142
this.flowLayoutPanelPermissions.Controls.
Add
(this.flowLayoutPanelContact);
143
this.flowLayoutPanelPermissions.Controls.
Add
(this.flowLayoutPanelExpires);
151
this.flowLayoutPanelTemplate.Controls.
Add
(this.labelSelectTemplate);
152
this.flowLayoutPanelTemplate.Controls.
Add
(this.comboBoxTemplates);
187
this.flowLayoutPanelPeople.Controls.
Add
(this.buttonPeoplePicker);
188
this.flowLayoutPanelPeople.Controls.
Add
(this.textBoxUserName);
189
this.flowLayoutPanelPeople.Controls.
Add
(this.buttonAddUser);
190
this.flowLayoutPanelPeople.Controls.
Add
(this.buttonEveryone);
191
this.flowLayoutPanelPeople.Controls.
Add
(this.buttonRemoveUser);
249
this.flowLayoutPanelContact.Controls.
Add
(this.checkBoxPermissionsContact);
250
this.flowLayoutPanelContact.Controls.
Add
(this.textBoxPermissionsContact);
274
this.flowLayoutPanelExpires.Controls.
Add
(this.checkBoxValidUntil);
275
this.flowLayoutPanelExpires.Controls.
Add
(this.datePickerValidUntil);
300
this.flowLayoutPanelActions.Controls.
Add
(this.buttonCancel);
301
this.flowLayoutPanelActions.Controls.
Add
(this.buttonSave);
302
this.flowLayoutPanelActions.Controls.
Add
(this.buttonSaveAs);
375
this.Controls.
Add
(this.flowLayoutPanelMain);
MS\Internal\Documents\SignatureSummaryDialog.cs (6)
276
_columnHeaderPanel.Controls.
Add
(nameHeader);
277
_columnHeaderPanel.Controls.
Add
(intentHeader);
278
_columnHeaderPanel.Controls.
Add
(locationHeader);
279
_columnHeaderPanel.Controls.
Add
(signByHeader);
306
_columnHeaderPanel.Controls.
Add
(statusHeader);
307
_columnHeaderPanel.Controls.
Add
(intentHeader);
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (9)
70
_flowpanelMiddleControls.Controls.
Add
(_buttonViewCert);
71
_flowpanelMiddleControls.Controls.
Add
(_buttonSign);
72
_flowpanelMiddleControls.Controls.
Add
(_buttonRequestAdd);
73
_flowpanelMiddleControls.Controls.
Add
(_buttonRequestDelete);
86
_flowpanelBottomControls.Controls.
Add
(_buttonDone);
166
_listboxMainPanel.Controls.
Add
(_listboxItemPanel);
167
_listboxMainPanel.Controls.
Add
(_columnHeaderPanel);
175
_listboxItemPanel.Controls.
Add
(_listBoxSummary);
207
Controls.
Add
(_mainLayoutTable);
MS\Internal\Documents\SigningDialog.Designer.cs (5)
63
_userInputFlowPanel.Controls.
Add
(_signatureControlInputLayoutTable);
181
_buttonflowLayoutPanel.Controls.
Add
(_cancelButton);
182
_buttonflowLayoutPanel.Controls.
Add
(_signButton);
183
_buttonflowLayoutPanel.Controls.
Add
(_signSaveAsButton);
260
Controls.
Add
(_mainLayoutTable);
MS\Internal\Documents\SigningProgress.Designer.cs (1)
60
Controls.
Add
(_label);
System.Windows.Forms (39)
System\Windows\Forms\Control.ControlCollection.cs (2)
129
Add
(c);
151
Add
(controls[i]);
System\Windows\Forms\Control.cs (1)
2719
value.Controls.
Add
(this);
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
462
Controls.
Add
(_horizScrollBar);
469
Controls.
Add
(_vertScrollBar);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
2469
dgv.Controls.
Add
(dgv.EditingPanel);
2470
dgv.EditingPanel.Controls.
Add
(dgv.EditingControl);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
82
Controls.
Add
(_label);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (2)
270
Controls.
Add
(_detailsTextBox);
271
Controls.
Add
(_overarchingTableLayoutPanel);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (2)
51
Controls.
Add
(_titleLabel);
52
Controls.
Add
(_descriptionLabel);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
494
Controls.
Add
(_scrollBar);
896
Controls.
Add
(control);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (2)
598
Controls.
Add
(control);
652
Controls.
Add
(CreateNewLink);
System\Windows\Forms\Controls\TabControl\TabControl.ControlCollection.cs (1)
41
base.
Add
(tabPage);
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (2)
85
_owner.Controls.
Add
(value);
228
_owner.Controls.
Add
(tabPage);
System\Windows\Forms\Controls\TabControl\TabPage.TabPageControlCollection.cs (1)
34
base.
Add
(value);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
765
Controls.
Add
(toolStripToDrag);
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
228
site?.GetControl()?.Controls.
Add
(this);
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (5)
263
Controls.
Add
(_pictureBox);
268
Controls.
Add
(_message);
305
Controls.
Add
(button);
316
Controls.
Add
(button);
330
Controls.
Add
(_details);
System\Windows\Forms\Form.ControlCollection.cs (1)
53
base.
Add
(value);
System\Windows\Forms\Form.cs (1)
1103
Controls.
Add
(new MdiClient());
System\Windows\Forms\Internal\ReadOnlyControlCollection.cs (1)
36
internal virtual void AddInternal(Control? value) => base.
Add
(value);
System\Windows\Forms\MDI\MDIClient.ControlCollection.cs (1)
55
base.
Add
(value);
System\Windows\Forms\MDI\MDIWindowDialog.cs (2)
137
Controls.
Add
(_okCancelTableLayoutPanel);
138
Controls.
Add
(_itemList);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutControlCollection.cs (1)
31
base.
Add
(control);
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
81
Controls.
Add
(_tableLayoutPanel);
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
77
Controls.
Add
(_hScrollBar);
90
Controls.
Add
(_vScrollBar);
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
967
Controls.
Add
(_previewControl);
968
Controls.
Add
(_toolStrip1);
System.Windows.Forms.Design (73)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (2)
204
_groupBoxMode.Controls.
Add
(_radioButtonsTableLayoutPanel);
285
Controls.
Add
(_overarchingTableLayoutPanel);
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
514
Controls.
Add
(_overArchingTableLayoutPanel);
System\ComponentModel\Design\DateTimeEditor.DateTimeUI.cs (1)
66
Controls.
Add
(_monthCalendar);
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
34
Controls.
Add
(hostedControl);
System\ComponentModel\Design\ToolStripContainerActionList.cs (2)
115
root.Controls.
Add
(_toolStripContainer);
182
newParent.Controls.
Add
(control);
System\Drawing\Design\ColorEditor.ColorUI.cs (4)
223
_paletteTabPage.Controls.
Add
(_pal);
224
_systemTabPage.Controls.
Add
(_lbSystem);
225
_commonTabPage.Controls.
Add
(_lbCommon);
227
Controls.
Add
(_tabControl);
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
258
dragTarget.Controls.
Add
(currentControl);
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (1)
175
newParent.Controls.
Add
(control);
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
158
Controls.
Add
(_tableLayoutPanel);
System\Windows\Forms\Design\ChangeToolStripParentVerb.cs (1)
78
newParent.Controls.
Add
(toolStrip);
System\Windows\Forms\Design\ComponentTray.cs (1)
704
Controls.
Add
(trayctl);
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
34
public override void Add(Control c) => _realCollection.
Add
(c);
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
457
Controls.
Add
(_overarchingTableLayoutPanel);
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (2)
222
_previewGroupBox.Controls.
Add
(_sampleViewTableLayoutPanel);
240
Controls.
Add
(_overarchingTableLayoutPanel);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
616
Controls.
Add
(_overarchingTableLayoutPanel);
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.cs (1)
33
Controls.
Add
(_typesListBox);
System\Windows\Forms\Design\DesignBindingPicker.cs (15)
199
_addNewPanel.Controls.
Add
(_addNewCtrl);
200
_addNewPanel.Controls.
Add
(addNewIcon);
201
_addNewPanel.Controls.
Add
(addNewDiv);
203
_helpTextPanel.Controls.
Add
(_helpTextCtrl);
204
_helpTextPanel.Controls.
Add
(helpTextDiv);
208
Controls.
Add
(_addNewPanel);
209
Controls.
Add
(_helpTextPanel);
306
_addNewPanel.Controls.
Add
(_addNewCtrl);
307
_addNewPanel.Controls.
Add
(addNewIcon);
308
_addNewPanel.Controls.
Add
(addNewDiv);
332
_helpTextPanel.Controls.
Add
(_helpTextCtrl);
333
_helpTextPanel.Controls.
Add
(helpTextDiv);
337
Controls.
Add
(_treeViewCtrl);
338
Controls.
Add
(_addNewPanel);
339
Controls.
Add
(_helpTextPanel);
System\Windows\Forms\Design\DesignerFrame.cs (4)
48
Controls.
Add
(_designerRegion);
103
_designerRegion.Controls.
Add
(_designer);
290
Controls.
Add
(_splitter);
291
Controls.
Add
(window);
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
206
Controls.
Add
(_container);
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (2)
661
children.
Add
(_primaryDragControl);
677
children.
Add
(_dragControls[i]);
System\Windows\Forms\Design\FlowPanelDesigner.cs (1)
37
internal override void AddChildControl(Control newChild) => Control.Controls.
Add
(newChild);
System\Windows\Forms\Design\FormatControl.Designer.cs (3)
60
formatGroupBox.Controls.
Add
(this.tableLayoutPanel3);
92
sampleGroupBox.Controls.
Add
(this.sampleLabel);
175
Controls.
Add
(formatGroupBox);
System\Windows\Forms\Design\FormatStringDialog.cs (3)
214
Controls.
Add
(_okButton);
215
Controls.
Add
(_formatControl1);
216
Controls.
Add
(_cancelButton);
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (3)
102
Controls.
Add
(_okCancelTableLayoutPanel);
103
Controls.
Add
(_sampleEdit);
104
Controls.
Add
(_caption);
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
282
Controls.
Add
(_overarchingTableLayoutPanel);
System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDown.cs (1)
46
Controls.
Add
(_cloneMtb);
System\Windows\Forms\Design\ParentControlDesigner.cs (6)
428
Control.Controls.
Add
(newChild);
652
parent.Controls.
Add
(children[i]);
658
parent.Controls.
Add
(children[i]);
2174
newParent.Controls.
Add
(control);
2415
parent.Controls.
Add
(c);
2426
parent.Controls.
Add
(c);
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
123
Controls.
Add
(_overarchingLayoutPanel);
System\Windows\Forms\Design\StyleEditorForm.cs (2)
373
_sizeTypeGroupBox.Controls.
Add
(_sizeTypeTableLayoutPanel);
442
Controls.
Add
(_overarchingTableLayoutPanel);
System\Windows\Forms\Design\TabControlDesigner.cs (1)
277
tc.Controls.
Add
(page);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2150
public override void Add(Control c) => _realCollection.
Add
(c);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
308
Controls.
Add
(_tableLayoutPanel);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1516
parentForm.Controls.
Add
(menuStrip);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
389
form.Controls.
Add
(_designMenu);
System\Windows\Forms\Design\ToolStripEditorManager.cs (2)
87
_behaviorService.AdornerWindowControl.Controls.
Add
(_editor);
130
Controls.
Add
(editorToolStrip);
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
335
Controls.
Add
(_overarchingTableLayoutPanel);
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
731
{ Controls.
Add
(value); }
805
Controls.
Add
(_focusTarget);