5 overrides of Add
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (1)
7702public override void Add(Control value) {
winforms\Managed\System\WinForms\MDIClient.cs (1)
430public override void Add(Control value) {
winforms\Managed\System\WinForms\TabControl.cs (1)
2733public override void Add(Control value) {
winforms\Managed\System\WinForms\TabPage.cs (1)
804public override void Add (Control value) {
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
497public override void Add(Control value) {
299 references to Add
System.Web.Entity.Design (45)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (13)
63this._databaseConnectionGroupBox.Controls.Add(this._namedConnectionRadioButton); 64this._databaseConnectionGroupBox.Controls.Add(this._namedConnectionComboBox); 65this._databaseConnectionGroupBox.Controls.Add(this._connectionStringRadioButton); 66this._databaseConnectionGroupBox.Controls.Add(this._connectionStringTextBox); 70this._databaseConnectionGroupBox.Controls.Add(this._namedConnectionComboBox); 71this._databaseConnectionGroupBox.Controls.Add(this._connectionStringTextBox); 72this._radioButtonsGroupContainer.Controls.Add(this._namedConnectionRadioButton); 73this._radioButtonsGroupContainer.Controls.Add(this._connectionStringRadioButton); 74this._databaseConnectionGroupBox.Controls.Add(this._radioButtonsGroupContainer); 129this.Controls.Add(this._databaseConnectionGroupLabel); 130this.Controls.Add(this._databaseConnectionGroupBox); 131this.Controls.Add(this._containerNameLabel); 132this.Controls.Add(this._containerNameComboBox);
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (11)
112this._insertUpdateDeletePanel.Controls.Add(this._enableInsertCheckBox); 113this._insertUpdateDeletePanel.Controls.Add(this._enableUpdateCheckBox); 114this._insertUpdateDeletePanel.Controls.Add(this._enableDeleteCheckBox); 148this.Controls.Add(this._entitySetLabel); 149this.Controls.Add(this._entitySetComboBox); 150this.Controls.Add(this._entityTypeFilterLabel); 151this.Controls.Add(this._entityTypeFilterComboBox); 152this.Controls.Add(this._selectLabel); 153this.Controls.Add(this._selectSimpleCheckedListBox); 154this.Controls.Add(this._selectAdvancedTextBox); 155this.Controls.Add(this._insertUpdateDeletePanel);
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (7)
207this._checkBoxPanel.Controls.Add(this._autoGenerateCheckBox); 214this._statementPanel.Controls.Add(this._statementLabel); 215this._statementPanel.Controls.Add(this._statementTextBox); 229this.Controls.Add(this._statementPanel); 230this.Controls.Add(this._checkBoxPanel); 231this.Controls.Add(this._cancelButton); 232this.Controls.Add(this._okButton);
System\Data\WebControls\Design\Util\TaskFormBase.cs (5)
111this._headerPanel.Controls.Add(this._glyphPictureBox); 112this._headerPanel.Controls.Add(this._captionLabel); 138this.Controls.Add(this._headerPanel); 139this.Controls.Add(this._bottomDividerLabel); 140this.Controls.Add(this._taskPanel);
System\Data\WebControls\Design\Util\WizardForm.cs (9)
117this._wizardButtonsTableLayoutPanel.Controls.Add(this._previousButton); 118this._wizardButtonsTableLayoutPanel.Controls.Add(this._dummyLabel1); 119this._wizardButtonsTableLayoutPanel.Controls.Add(this._nextButton); 120this._wizardButtonsTableLayoutPanel.Controls.Add(this._dummyLabel2); 121this._wizardButtonsTableLayoutPanel.Controls.Add(this._finishButton); 122this._wizardButtonsTableLayoutPanel.Controls.Add(this._dummyLabel3); 123this._wizardButtonsTableLayoutPanel.Controls.Add(this._cancelButton); 205this.Controls.Add(this._wizardButtonsTableLayoutPanel); 347TaskPanel.Controls.Add(panel);
System.Web.Mobile (16)
UI\MobileControls\Design\ListItemsPage.cs (2)
134this.Controls.Add(_itemsAsLinksCheckBox); 145this.Controls.Add(_ckbSelected);
UI\MobileControls\Design\MobileControlDesigner.cs (1)
578panel.Controls.Add(lblDescription);
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
990panel.Controls.Add(lblDescription);
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
598panel.Controls.Add(lblDescription);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
171this.Controls.Add(_pnlMain); 605panel.Controls.Add(lblDescription);
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (2)
68this.Controls.Add(CmdOK); 69this.Controls.Add(CmdCancel);
UI\MobileControls\Design\Util\EditableTreeList.cs (6)
116this.Controls.Add(LblTitle); 117this.Controls.Add(TvList); 118this.Controls.Add(BtnUp); 119this.Controls.Add(BtnDown); 120this.Controls.Add(BtnRemove); 121this.Controls.Add(BtnAdd);
UI\MobileControls\Design\Util\GenericUI.cs (1)
88dialog.Controls.Add(header);
System.Windows.Forms (44)
winforms\Managed\System\WinForms\Control.cs (3)
3450value.Controls.Add(this); 14834Add((Control)control); 14858Add(controls[i]);
winforms\Managed\System\WinForms\DataGrid.cs (3)
344Controls.Add(horizScrollBar); 350Controls.Add(vertScrollBar); 1646this.Controls.Add(this.toBeDisposedEditingControl);
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
148value.Controls.Add(edit);
winforms\Managed\System\WinForms\DataGridView.cs (2)
508this.Controls.Add(this.horizScrollBar); 515this.Controls.Add(this.vertScrollBar);
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
2739dgv.Controls.Add(dgv.EditingPanel); 2740dgv.EditingPanel.Controls.Add(dgv.EditingControl);
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (1)
341pageSite.GetControl().Controls.Add(this);
winforms\Managed\System\WinForms\Form.cs (2)
1422Controls.Add(new MdiClient()); 7720base.Add(value);
winforms\Managed\System\WinForms\MDIClient.cs (1)
441base.Add(value);
winforms\Managed\System\WinForms\MDIWindowDialog.cs (2)
142this.Controls.Add(this.okCancelTableLayoutPanel); 143this.Controls.Add(this.itemList);
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
309this.Controls.Add(tableLayoutPanel1);
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (2)
1566this.Controls.Add(previewControl); 1567this.Controls.Add(this.toolStrip1);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4846this.Controls.Add(hotcommands);
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (2)
53Controls.Add(m_labelTitle); 54Controls.Add(m_labelDesc);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
294this.Controls.Add(this.details); 295this.Controls.Add(this.overarchingTableLayoutPanel);
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
82this.Controls.Add(label);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
572Controls.Add(scrollBar); 1035Controls.Add(ctl); 5996Controls.Add(ctl); 6060Controls.Add(CreateNewLink);
winforms\Managed\System\WinForms\TabControl.cs (3)
2357owner.Controls.Add(value); 2547owner.Controls.Add(tabPage); 2751base.Add(tabPage);
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
581base.Add(control);
winforms\Managed\System\WinForms\TabPage.cs (1)
809base.Add (value);
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (5)
290Controls.Add(pictureBox); 295Controls.Add(message); 332Controls.Add(b); 341Controls.Add(b); 355Controls.Add(details);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
961this.Controls.Add(toolStripToDrag);
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
338this.Controls.Add(this.tableLayoutPanel);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
365this.Controls.Add(this.tableLayoutPanelOuter);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
505base.Add(value);
System.Workflow.Activities (42)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (10)
102this.rulesPanel.Controls.Add(this.rulesToolStrip); 103this.rulesPanel.Controls.Add(this.rulesListView); 162this.preiviewPanel.Controls.Add(this.previewRichEditBoxPanel); 163this.preiviewPanel.Controls.Add(this.previewLabel); 171this.previewRichEditBoxPanel.Controls.Add(this.previewRichTextBox); 211this.Controls.Add(this.okCancelTableLayoutPanel); 212this.Controls.Add(this.headerPictureBox); 213this.Controls.Add(this.descriptionLabel); 214this.Controls.Add(this.preiviewPanel); 215this.Controls.Add(this.rulesPanel);
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
78this.TopLevelControl.Controls.Add(this.listBoxAutoComplete);
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (3)
77this.Controls.Add(this.okCancelTableLayoutPanel); 78this.Controls.Add(this.ruleNameTextBox); 79this.Controls.Add(this.newNamelabel);
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (5)
102this.Controls.Add(this.conditionLabel); 103this.Controls.Add(this.conditionTextBox); 104this.Controls.Add(this.okCancelTableLayoutPanel); 105this.Controls.Add(this.headerLabel); 106this.Controls.Add(this.headerPictureBox);
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (23)
122this.rulesGroupBox.Controls.Add(this.panel1); 129this.panel1.Controls.Add(this.chainingLabel); 130this.panel1.Controls.Add(this.chainingBehaviourComboBox); 131this.panel1.Controls.Add(this.rulesToolStrip); 132this.panel1.Controls.Add(this.rulesListView); 196this.ruleGroupBox.Controls.Add(this.reevaluationComboBox); 197this.ruleGroupBox.Controls.Add(this.elseTextBox); 198this.ruleGroupBox.Controls.Add(this.elseLabel); 199this.ruleGroupBox.Controls.Add(this.thenTextBox); 200this.ruleGroupBox.Controls.Add(this.thenLabel); 201this.ruleGroupBox.Controls.Add(this.conditionTextBox); 202this.ruleGroupBox.Controls.Add(this.conditionLabel); 203this.ruleGroupBox.Controls.Add(this.nameTextBox); 204this.ruleGroupBox.Controls.Add(this.nameLabel); 205this.ruleGroupBox.Controls.Add(this.activeCheckBox); 206this.ruleGroupBox.Controls.Add(this.reevaluationLabel); 207this.ruleGroupBox.Controls.Add(this.priorityTextBox); 208this.ruleGroupBox.Controls.Add(this.priorityLabel); 338this.Controls.Add(this.ruleGroupBox); 339this.Controls.Add(this.headerTextLabel); 340this.Controls.Add(this.pictureBoxHeader); 341this.Controls.Add(this.okCancelTableLayoutPanel); 342this.Controls.Add(this.rulesGroupBox);
System.Workflow.ComponentModel (63)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
165this.dummyPanel.Controls.Add(this.workflowOutline);
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (12)
105this.groupBox1.Controls.Add(this.createField); 106this.groupBox1.Controls.Add(this.createProperty); 113this.bindTabControl.Controls.Add(this.existingMemberPage); 114this.bindTabControl.Controls.Add(this.newMemberPage); 120this.existingMemberPage.Controls.Add(this.dummyPanel); 121this.existingMemberPage.Controls.Add(this.helpTextBox); 128this.newMemberPage.Controls.Add(this.memberNameLabel); 129this.newMemberPage.Controls.Add(this.memberNameTextBox); 130this.newMemberPage.Controls.Add(this.groupBox1); 131this.newMemberPage.Controls.Add(this.newMemberHelpTextBox); 158this.Controls.Add(this.bindTabControl); 159this.Controls.Add(this.buttonTableLayoutPanel);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (12)
226this.themePanel.Controls.Add(this.themeConfigPanel); 227this.themePanel.Controls.Add(this.previewLabel); 228this.themePanel.Controls.Add(this.selectDesignerLabel); 229this.themePanel.Controls.Add(this.dummyPreviewPanel); 236this.themeConfigPanel.Controls.Add(this.designerTreeView); 237this.themeConfigPanel.Controls.Add(this.propertiesGrid); 286this.Controls.Add(this.nameLocationTableLayoutPanel); 287this.Controls.Add(this.okCancelTableLayoutPanel); 288this.Controls.Add(this.themePanel); 289this.Controls.Add(this.button3); 369this.dummyPreviewPanel.Parent.Controls.Add(this.designerPreview); 946Controls.Add(workflowView);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (12)
184this.tabControl.Controls.Add(this.typeTabPage); 185this.tabControl.Controls.Add(this.advancedTabPage); 192this.typeTabPage.Controls.Add(this.typeSplitContainer); 204this.typeSplitContainer.Panel1.Controls.Add(this.artifactTreeView); 208this.typeSplitContainer.Panel2.Controls.Add(this.artifactListView); 244this.advancedTabPage.Controls.Add(this.genericParametersPropertyGrid); 300this.Controls.Add(this.artifactLabel); 301this.Controls.Add(this.typeNameTableLayoutPanel); 302this.Controls.Add(this.okCancelTableLayoutPanel); 303this.Controls.Add(this.buttonBrowse); 304this.Controls.Add(this.helpTextHolder); 305this.Controls.Add(this.tabControl);
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (22)
357this.tabs.Controls.Add(this.pageSettingsTab); 358this.tabs.Controls.Add(this.headerFooterTab); 364this.pageSettingsTab.Controls.Add(this.centerGroup); 365this.pageSettingsTab.Controls.Add(this.marginsGroup); 366this.pageSettingsTab.Controls.Add(this.scalingGroup); 367this.pageSettingsTab.Controls.Add(this.orientationGroup); 368this.pageSettingsTab.Controls.Add(this.paperSettingsGroup); 375this.centerGroup.Controls.Add(this.centerTableLayoutPanel); 399this.marginsGroup.Controls.Add(this.marginsTableLayoutPanel); 507this.scalingGroup.Controls.Add(this.scalingTableLayoutPanel); 615this.orientationGroup.Controls.Add(this.orientationTableLayoutPanel); 655this.paperSettingsGroup.Controls.Add(this.paperTableLayoutPanel); 695this.headerFooterTab.Controls.Add(this.footerGroup); 696this.headerFooterTab.Controls.Add(this.headerGroup); 703this.footerGroup.Controls.Add(this.footerTableLayoutPanel); 704this.footerGroup.Controls.Add(this.customFooterText); 705this.footerGroup.Controls.Add(this.customFooterLabel); 788this.headerGroup.Controls.Add(this.headerTableLayoutPanel); 789this.headerGroup.Controls.Add(this.customHeaderText); 790this.headerGroup.Controls.Add(this.customHeaderLabel); 903this.Controls.Add(this.okCancelTableLayoutPanel); 904this.Controls.Add(this.tabs);
AuthoringOM\Design\DocumentOutline.cs (1)
72this.Controls.Add(this.treeView);
AuthoringOM\Design\WorkflowView.cs (3)
643Controls.Add(this.toolContainer); 1938Controls.Add(this.hScrollBar); 1955Controls.Add(this.vScrollBar);
System.WorkflowServices (37)
System\Workflow\Activities\Design\EditableLabelControl.cs (3)
22this.Controls.Add(label); 78this.Controls.Add(label); 90this.Controls.Add(TextBox);
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
343detailsViewPanel.Controls.Add(operationsListBox.SelectedItemViewControl); 510this.Controls.Add(label);
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (7)
110this.operationsPanel.Controls.Add(this.operationsListBox); 147this.footerPanel.Controls.Add(this.cancelButton); 148this.footerPanel.Controls.Add(this.okButton); 165this.Controls.Add(this.operationsToolStrip); 166this.Controls.Add(this.operationsPanel); 167this.Controls.Add(this.detailsViewPanel); 168this.Controls.Add(this.footerPanel);
System\Workflow\Activities\Design\RichListBox.cs (1)
210this.Controls.Add(activeItemViewControl);
System\Workflow\Activities\Design\ServiceContractDetailViewControl.Designer.cs (2)
55this.Controls.Add(this.contractNameTextBox); 56this.Controls.Add(this.contractNameLabel);
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (3)
62this.backgroundPanel.Controls.Add(this.contractNameLabel); 63this.backgroundPanel.Controls.Add(this.contractIconPictureBox); 75this.Controls.Add(this.backgroundPanel);
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (15)
101this.operationTabControl.Controls.Add(this.parametersTabPage); 102this.operationTabControl.Controls.Add(this.propertiesTabPage); 103this.operationTabControl.Controls.Add(this.permissionsTab); 110this.parametersTabPage.Controls.Add(this.operationsToolStrip); 111this.parametersTabPage.Controls.Add(this.parametersGrid); 168this.propertiesTabPage.Controls.Add(this.protectionLevelComboBox); 169this.propertiesTabPage.Controls.Add(this.protectionLevelLabel); 170this.propertiesTabPage.Controls.Add(this.oneWayCheckBox); 190this.permissionsTab.Controls.Add(this.permissionRoleTextBox); 191this.permissionsTab.Controls.Add(this.permissionNameTextBox); 192this.permissionsTab.Controls.Add(this.permissionNameLabel); 193this.permissionsTab.Controls.Add(this.permissionRoleLabel); 222this.Controls.Add(this.operationTabControl); 223this.Controls.Add(this.operationNameTextBox); 224this.Controls.Add(this.operationNameLabel);
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (4)
50this.backgroundPanel.Controls.Add(this.isImplementedPictureBox); 51this.backgroundPanel.Controls.Add(this.operationIconPictureBox); 52this.backgroundPanel.Controls.Add(this.operationNameLabel); 87this.Controls.Add(this.backgroundPanel);
WsatUI (52)
MMCUI\AcceptedCertificatesForm.designer.cs (6)
126this.Controls.Add(this.headerLabel2); 127this.Controls.Add(this.headerLabel1); 128this.Controls.Add(this.viewButton); 129this.Controls.Add(this.cancelButton); 130this.Controls.Add(this.okButton); 131this.Controls.Add(this.listAllowedCertificates);
MMCUI\TraceOptionsForm.designer.cs (24)
74this.flowLayoutPanelButtons.Controls.Add(this.buttonOK); 75this.flowLayoutPanelButtons.Controls.Add(this.buttonCancel); 95this.groupBoxTraceOutput.Controls.Add(this.traceOutputPanel); 102this.traceOutputPanel.Controls.Add(this.labelTraceInfo); 103this.traceOutputPanel.Controls.Add(this.traceLevelPanel); 115this.traceLevelPanel.Controls.Add(this.labelTraceLevel); 116this.traceLevelPanel.Controls.Add(this.panelTraceLevel); 127this.panelTraceLevel.Controls.Add(this.checkBoxActivityTracing); 128this.panelTraceLevel.Controls.Add(this.checkBoxActivityPropagation); 129this.panelTraceLevel.Controls.Add(this.checkBoxTracePii); 130this.panelTraceLevel.Controls.Add(this.comboBoxTraceLevel); 161this.groupBoxLoggingSession.Controls.Add(this.flowLayoutPanel2); 168this.flowLayoutPanel2.Controls.Add(this.label3); 169this.flowLayoutPanel2.Controls.Add(this.flowLayoutPanelSessionControlButtons); 170this.flowLayoutPanel2.Controls.Add(this.flowLayoutPanel1); 182this.flowLayoutPanelSessionControlButtons.Controls.Add(this.buttonNewSession); 183this.flowLayoutPanelSessionControlButtons.Controls.Add(this.buttonStopSession); 184this.flowLayoutPanelSessionControlButtons.Controls.Add(this.buttonFlushData); 210this.flowLayoutPanel1.Controls.Add(this.label5); 211this.flowLayoutPanel1.Controls.Add(this.textLogFileSize); 212this.flowLayoutPanel1.Controls.Add(this.label4); 237this.Controls.Add(this.groupBoxLoggingSession); 238this.Controls.Add(this.groupBoxTraceOutput); 239this.Controls.Add(this.flowLayoutPanelButtons);
MMCUI\WSATControl.designer.cs (22)
73this.groupBoxTracing.Controls.Add(this.textBox1); 74this.groupBoxTracing.Controls.Add(this.buttonTracingOptions); 96this.groupBoxTimeouts.Controls.Add(this.labelDefaultTimeout); 97this.groupBoxTimeouts.Controls.Add(this.textBoxDefaultTimeout); 98this.groupBoxTimeouts.Controls.Add(this.labelMaxTimeout); 99this.groupBoxTimeouts.Controls.Add(this.textBoxMaxTimeout); 100this.groupBoxTimeouts.Controls.Add(this.labelSeconds2); 101this.groupBoxTimeouts.Controls.Add(this.labelSeconds1); 140this.groupBoxNetwork.Controls.Add(this.labelHttpsPort); 141this.groupBoxNetwork.Controls.Add(this.textBoxHttpsPort); 142this.groupBoxNetwork.Controls.Add(this.labelEndpointCert); 143this.groupBoxNetwork.Controls.Add(this.textBoxEndpointCert); 144this.groupBoxNetwork.Controls.Add(this.buttonSelectEndpointCert); 145this.groupBoxNetwork.Controls.Add(this.buttonSelectAuthorizedAccounts); 146this.groupBoxNetwork.Controls.Add(this.buttonSelectAuthorizedCerts); 147this.groupBoxNetwork.Controls.Add(this.labelAuthorizedCerts); 148this.groupBoxNetwork.Controls.Add(this.labelAuthorizedAccounts); 219this.Controls.Add(this.textBoxNetworkDtcAccess); 220this.Controls.Add(this.checkBoxEnableNetworkSupport); 221this.Controls.Add(this.groupBoxNetwork); 222this.Controls.Add(this.groupBoxTimeouts); 223this.Controls.Add(this.groupBoxTracing);