445 references to Controls
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueDialogHost.cs (1)
123_dialogWindow.Controls.Add(elementHost);
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
277this.Controls.AddRange(new System.Windows.Forms.Control[] { this.helpButton,
System.Web.Entity.Design (40)
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 (8)
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); 233this.Controls.Add(this._parameterEditorUserControl);
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 (3)
205this.Controls.Add(this._wizardButtonsTableLayoutPanel); 342if (!TaskPanel.Controls.Contains(panel)) 347TaskPanel.Controls.Add(panel);
System.Web.Mobile (40)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
177this._pnlMain.Controls.AddRange(new System.Windows.Forms.Control[] { 235this.Controls.AddRange(new System.Windows.Forms.Control[] {
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (6)
242this._pnlHeader.Controls.AddRange(new System.Windows.Forms.Control[] { 249this._pnlMain.Controls.AddRange(new System.Windows.Forms.Control[] {this._dialogButtons, 270this._pnlRight.Controls.AddRange(new System.Windows.Forms.Control[] {this._pnlCompare, 285this._pnlCompare.Controls.AddRange(new System.Windows.Forms.Control[] {this._txtArgument, 297this._pnlDelegate.Controls.AddRange(new System.Windows.Forms.Control[] {this._txtType, 307this.Controls.AddRange(new System.Windows.Forms.Control[] {this._pnlHeader, this._pnlMain});
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
68this.Controls.AddRange(new Control[] {TreeList /*, grplblProperties*/});
UI\MobileControls\Design\ListGeneralPage.cs (3)
199this.Controls.AddRange(new Control[] 206this.Controls.AddRange(new Control[] 219this.Controls.AddRange(new Control[]
UI\MobileControls\Design\ListItemsPage.cs (3)
125this.Controls.AddRange(new Control[] 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\ObjectListCommandsPage.cs (1)
116this.Controls.AddRange(new Control[]
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
144this.Controls.AddRange(new Control[] {
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
139this.Controls.AddRange(new Control[]
UI\MobileControls\Design\PropertyOverridesDialog.cs (3)
154this._pnlMain.Controls.AddRange(new System.Windows.Forms.Control[] { 182this.Controls.AddRange(new System.Windows.Forms.Control[] {this._pnlMain}); 598panel.Controls.Add(lblDescription);
UI\MobileControls\Design\StylesEditorDialog.cs (1)
326this.Controls.AddRange(new Control[]
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1305this.Controls.AddRange(new System.Windows.Forms.Control[] {this.CbStyles,
UI\MobileControls\Design\TemplatingOptionsDialog.cs (3)
155this._pnlMain.Controls.AddRange(new System.Windows.Forms.Control[] { 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 (2)
88dialog.Controls.Add(header); 104foreach(Control child in control.Controls)
UI\MobileControls\Design\Util\HeaderPanel.cs (2)
44foreach(Control child in Controls) 75foreach(Control child in Controls)
System.Windows.Forms (141)
winforms\Managed\System\WinForms\AxHost.cs (1)
5613foreach(Control c in ctl.Controls) {
winforms\Managed\System\WinForms\ContainerControl.cs (5)
655foreach(Control c in start.Controls) { 1034ControlCollection controlsCollection = start.Controls; 1053ControlCollection controlsCollection = start.Controls; 1243if (Controls.Count == 0) { 1860Control.ControlCollection children = this.Controls;
winforms\Managed\System\WinForms\Control.cs (20)
3450value.Controls.Add(this); 3453parent.Controls.Remove(this); 5613parent.Controls.SetChildIndex(this, 0); 6035parent.Controls.Remove(this); 6715foreach (Control c in Controls) { 10044foreach (Control c in Controls) { 10390int count = Controls.Count; 10392Control child = Controls[i]; 10411if(Controls.Count == 0) { 11790parent.Controls.SetChildIndex(this, -1); 12642int curIndex = this.Controls.GetChildIndex(ctl); 12647newIndex = this.Controls.GetChildIndex(c, false) + 1; 12656this.Controls.SetChildIndex(ctl, newIndex); 12698for (int i = this.Controls.GetChildIndex(ctl); --i >= 0;) { 12699Control c = Controls[i]; 14766value.parent.Controls.Remove(value); 14944if ((controlsToLookIn[i].Controls != null) && controlsToLookIn[i].Controls.Count > 0){ 14946foundControls = FindInternal(key, searchAllChildren, controlsToLookIn[i].Controls, foundControls); 16983foreach(Control c in control.Controls) {
winforms\Managed\System\WinForms\DataGrid.cs (8)
344Controls.Add(horizScrollBar); 350Controls.Add(vertScrollBar); 1573Debug.Assert(this.Controls.Contains(this.toBeDisposedEditingControl)); 1574this.Controls.Remove(this.toBeDisposedEditingControl); 1618for (int i = 0; i < this.Controls.Count; i++) { 1619if (this.Controls[i].Focused) { 1620this.toBeDisposedEditingControl = this.Controls[i]; 1646this.Controls.Add(this.toBeDisposedEditingControl);
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (3)
145edit.ParentInternal.Controls.Remove(edit); 148value.Controls.Add(edit); 629edit.ParentInternal.Controls.Remove(edit);
winforms\Managed\System\WinForms\DataGridView.cs (2)
508this.Controls.Add(this.horizScrollBar); 515this.Controls.Add(this.vertScrollBar);
winforms\Managed\System\WinForms\DataGridViewCell.cs (7)
1334Debug.Assert(dgv.EditingPanel.Controls.Contains(dgv.EditingControl)); 1335dgv.EditingPanel.Controls.Remove(dgv.EditingControl); 1359Debug.Assert(dgv.Controls.Contains(dgv.EditingPanel)); 1360((DataGridView.DataGridViewControlCollection)dgv.Controls).RemoveInternal(dgv.EditingPanel); 1366Debug.Assert(dgv.EditingPanel.Controls.Count == 0); 2739dgv.Controls.Add(dgv.EditingPanel); 2740dgv.EditingPanel.Controls.Add(dgv.EditingControl);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
6271Debug.Assert(this.editingPanel == null || this.editingPanel.Controls.Count == 0);
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (2)
324this.Controls.Clear(); 325this.Controls.AddRange(new Control[] {
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (1)
341pageSite.GetControl().Controls.Add(this);
winforms\Managed\System\WinForms\Form.cs (8)
1422Controls.Add(new MdiClient()); 4422if( this.Controls.Count > 1 ){ // Ignore the MdiClient control 4423for( int index = 0; index < this.Controls.Count; index++ ){ 4424Control ctl = this.Controls[index]; 4567Control.ControlCollection children = ctlClient.Controls; 4900foreach (Control c in Controls) { 5218foreach(Control c in this.Controls) { 5805foreach(Control control in Controls) {
winforms\Managed\System\WinForms\MDIClient.cs (2)
253for (int i=0; i < Controls.Count; i++) { 254Control ctl = Controls[i];
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)
694return base.Controls;
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (2)
53Controls.Add(m_labelTitle); 54Controls.Add(m_labelDesc);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
91foreach( Control c in this.Controls ){ 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 (6)
572Controls.Add(scrollBar); 1035Controls.Add(ctl); 5962Controls.Remove(currentControl); 5969this.Controls.Remove(createNewLink); 5996Controls.Add(ctl); 6060Controls.Add(CreateNewLink);
winforms\Managed\System\WinForms\RadioButton.cs (2)
503Control.ControlCollection children = parent.Controls; 527Control.ControlCollection children = parent.Controls;
winforms\Managed\System\WinForms\ScrollableControl.cs (8)
446if (Controls.Count != 0) { 458for (int i=0; i<Controls.Count; i++) { 459Control current = Controls[i]; 507else if (Controls.Count != 0) { 511for (int i=0; i < Controls.Count; i++) { 515Control current = Controls[i]; 892for (int i=0; i<Controls.Count; i++) { 893Control ctl = Controls[i];
winforms\Managed\System\WinForms\SplitContainer.cs (4)
404return base.Controls; 1916if ((this.Panel1.Controls.Count > 0 || this.Panel2.Controls.Count > 0) || TabStop) { 2109foreach (Control c in ctl.Controls) {
winforms\Managed\System\WinForms\Splitter.cs (2)
729Control.ControlCollection children = parent.Controls; 806Control.ControlCollection children = parent.Controls;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1127Control.ControlCollection children = parent.Controls;
winforms\Managed\System\WinForms\TabControl.cs (6)
1690this.Controls.Clear(); 2357owner.Controls.Add(value); 2547owner.Controls.Add(tabPage); 2552owner.Controls.SetChildIndex(tabPage, index); 2674owner.Controls.Remove(value); 2690owner.Controls.RemoveAt(index);
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
120get { return (TableLayoutControlCollection)base.Controls; }
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
530foreach (Control tableControl in appliedControl.Controls) {
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\ToolStrip.cs (1)
573get { return base.Controls; }
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
393return base.Controls;
winforms\Managed\System\WinForms\ToolStripManager.cs (4)
1777return GetFirstMenuStripRecursive(control.Controls); 1801if ((controlsToLookIn[i].Controls != null) && controlsToLookIn[i].Controls.Count > 0) { 1803MenuStrip menuStrip = GetFirstMenuStripRecursive(controlsToLookIn[i].Controls);
winforms\Managed\System\WinForms\ToolStripPanel.cs (9)
581if (Controls.Count > 0) { 584Control[] controls = new Control[this.Controls.Count]; 585Point[] controlLocations = new Point[this.Controls.Count]; 595this.Controls.Clear(); 665ToolStripPanelControlCollection controls = this.Controls as ToolStripPanelControlCollection; 961this.Controls.Add(toolStripToDrag); 1266Debug.Assert(RowsInternal.Count <= Controls.Count, "How did the number of rows get larger than the number of controls?"); 1271foreach (Control c1 in this.Controls) { 1272foreach (Control c2 in this.Controls) {
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
2206owner.ToolStripPanel.Controls.Remove(control);
winforms\Managed\System\WinForms\ToolStripSettings.cs (12)
124foreach (ToolStrip toolStrip in FindToolStrips(true, form.Controls)) { 139foreach (ToolStrip toolStrip in FindToolStrips(true, form.Controls)) { 205ArrayList toolStripPanels = FindToolStripPanels(true, form.Controls); 209foreach (Control c in toolStripPanel.Controls) { 267ArrayList toolStrips = FindToolStrips(true, form.Controls); 313if ((controlsToLookIn[i].Controls != null) && controlsToLookIn[i].Controls.Count > 0) { 315foundControls = FindControls(baseType, searchAllChildren, controlsToLookIn[i].Controls, foundControls); 329return FindControls(typeof(ToolStripPanel), true, form.Controls, new ArrayList()); 333return FindControls(typeof(ToolStrip), true, form.Controls, new ArrayList()); 345Control.ControlCollection controlsCollection = start.Controls; 357Control.ControlCollection controlsCollection = start.Controls;
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\UpDownBase.cs (1)
105Controls.AddRange(new Control[] { upDownButtons, upDownEdit} );
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1513this.ParentInternal.Controls.Remove(this);
winforms\Managed\System\WinForms\WebBrowserContainer.cs (1)
260foreach(Control c in ctl.Controls) {
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 (84)
AuthoringOM\Design\DesignerWidgets.cs (1)
1504Controls.AddRange(new Control[] { this.scrollBar, this.splitter, this.tabStrip });
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 (21)
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); 374this.designerPreview.Parent.Controls.Remove(this.dummyPreviewPanel); 384this.themeConfigPanel.Controls.Remove(this.designerTreeView); 385this.themeConfigPanel.Controls.Remove(this.propertiesGrid); 390this.themeConfigPanel.Controls.AddRange(new Control[] { this.propertiesGrid, this.splitter, this.designerTreeView }); 946Controls.Add(workflowView); 961ReadonlyWorkflow workflowView = (Controls.Count > 0) ? Controls[0] as ReadonlyWorkflow : null; 962Controls.Clear(); 1046ReadonlyWorkflow workflowView = (Controls.Count > 0) ? Controls[0] as ReadonlyWorkflow : null;
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 (14)
306Controls.Remove(this.toolContainer); 643Controls.Add(this.toolContainer); 667Controls.Remove(this.toolContainer); 1272if (Controls.Contains(hScrollBar)) 1275if (Controls.Contains(vScrollBar)) 1829if (Controls.Contains(hScrollBar)) 1833if (Controls.Contains(vScrollBar)) 1930if (Controls.Contains(this.hScrollBar)) 1931Controls.Remove(this.hScrollBar); 1938Controls.Add(this.hScrollBar); 1947if (Controls.Contains(this.vScrollBar)) 1948Controls.Remove(this.vScrollBar); 1955Controls.Add(this.vScrollBar); 2228if (control != null && (control == this || Controls.Contains(control)))
System.WorkflowServices (44)
System\Workflow\Activities\Design\EditableLabelControl.cs (7)
22this.Controls.Add(label); 72if (this.Controls.Contains(TextBox)) 74this.Controls.Remove(TextBox); 76if (!this.Controls.Contains(label)) 78this.Controls.Add(label); 89this.Controls.Remove(label); 90this.Controls.Add(TextBox);
System\Workflow\Activities\Design\OperationPickerDialog.cs (4)
333foreach (Control control in detailsViewPanel.Controls) 341detailsViewPanel.Controls.Clear(); 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 (2)
196this.Controls.Remove(activeItemViewControl); 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);