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)
277
this.
Controls
.AddRange(new System.Windows.Forms.Control[] { this.helpButton,
System.Web.Entity.Design (40)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (13)
63
this._databaseConnectionGroupBox.
Controls
.Add(this._namedConnectionRadioButton);
64
this._databaseConnectionGroupBox.
Controls
.Add(this._namedConnectionComboBox);
65
this._databaseConnectionGroupBox.
Controls
.Add(this._connectionStringRadioButton);
66
this._databaseConnectionGroupBox.
Controls
.Add(this._connectionStringTextBox);
70
this._databaseConnectionGroupBox.
Controls
.Add(this._namedConnectionComboBox);
71
this._databaseConnectionGroupBox.
Controls
.Add(this._connectionStringTextBox);
72
this._radioButtonsGroupContainer.
Controls
.Add(this._namedConnectionRadioButton);
73
this._radioButtonsGroupContainer.
Controls
.Add(this._connectionStringRadioButton);
74
this._databaseConnectionGroupBox.
Controls
.Add(this._radioButtonsGroupContainer);
129
this.
Controls
.Add(this._databaseConnectionGroupLabel);
130
this.
Controls
.Add(this._databaseConnectionGroupBox);
131
this.
Controls
.Add(this._containerNameLabel);
132
this.
Controls
.Add(this._containerNameComboBox);
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (11)
112
this._insertUpdateDeletePanel.
Controls
.Add(this._enableInsertCheckBox);
113
this._insertUpdateDeletePanel.
Controls
.Add(this._enableUpdateCheckBox);
114
this._insertUpdateDeletePanel.
Controls
.Add(this._enableDeleteCheckBox);
148
this.
Controls
.Add(this._entitySetLabel);
149
this.
Controls
.Add(this._entitySetComboBox);
150
this.
Controls
.Add(this._entityTypeFilterLabel);
151
this.
Controls
.Add(this._entityTypeFilterComboBox);
152
this.
Controls
.Add(this._selectLabel);
153
this.
Controls
.Add(this._selectSimpleCheckedListBox);
154
this.
Controls
.Add(this._selectAdvancedTextBox);
155
this.
Controls
.Add(this._insertUpdateDeletePanel);
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (8)
207
this._checkBoxPanel.
Controls
.Add(this._autoGenerateCheckBox);
214
this._statementPanel.
Controls
.Add(this._statementLabel);
215
this._statementPanel.
Controls
.Add(this._statementTextBox);
229
this.
Controls
.Add(this._statementPanel);
230
this.
Controls
.Add(this._checkBoxPanel);
231
this.
Controls
.Add(this._cancelButton);
232
this.
Controls
.Add(this._okButton);
233
this.
Controls
.Add(this._parameterEditorUserControl);
System\Data\WebControls\Design\Util\TaskFormBase.cs (5)
111
this._headerPanel.
Controls
.Add(this._glyphPictureBox);
112
this._headerPanel.
Controls
.Add(this._captionLabel);
138
this.
Controls
.Add(this._headerPanel);
139
this.
Controls
.Add(this._bottomDividerLabel);
140
this.
Controls
.Add(this._taskPanel);
System\Data\WebControls\Design\Util\WizardForm.cs (3)
205
this.
Controls
.Add(this._wizardButtonsTableLayoutPanel);
342
if (!TaskPanel.
Controls
.Contains(panel))
347
TaskPanel.
Controls
.Add(panel);
System.Web.Mobile (40)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
177
this._pnlMain.
Controls
.AddRange(new System.Windows.Forms.Control[] {
235
this.
Controls
.AddRange(new System.Windows.Forms.Control[] {
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (6)
242
this._pnlHeader.
Controls
.AddRange(new System.Windows.Forms.Control[] {
249
this._pnlMain.
Controls
.AddRange(new System.Windows.Forms.Control[] {this._dialogButtons,
270
this._pnlRight.
Controls
.AddRange(new System.Windows.Forms.Control[] {this._pnlCompare,
285
this._pnlCompare.
Controls
.AddRange(new System.Windows.Forms.Control[] {this._txtArgument,
297
this._pnlDelegate.
Controls
.AddRange(new System.Windows.Forms.Control[] {this._txtType,
307
this.
Controls
.AddRange(new System.Windows.Forms.Control[] {this._pnlHeader, this._pnlMain});
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
68
this.
Controls
.AddRange(new Control[] {TreeList /*, grplblProperties*/});
UI\MobileControls\Design\ListGeneralPage.cs (3)
199
this.
Controls
.AddRange(new Control[]
206
this.
Controls
.AddRange(new Control[]
219
this.
Controls
.AddRange(new Control[]
UI\MobileControls\Design\ListItemsPage.cs (3)
125
this.
Controls
.AddRange(new Control[]
134
this.
Controls
.Add(_itemsAsLinksCheckBox);
145
this.
Controls
.Add(_ckbSelected);
UI\MobileControls\Design\MobileControlDesigner.cs (1)
578
panel.
Controls
.Add(lblDescription);
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
990
panel.
Controls
.Add(lblDescription);
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
116
this.
Controls
.AddRange(new Control[]
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
144
this.
Controls
.AddRange(new Control[] {
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
139
this.
Controls
.AddRange(new Control[]
UI\MobileControls\Design\PropertyOverridesDialog.cs (3)
154
this._pnlMain.
Controls
.AddRange(new System.Windows.Forms.Control[] {
182
this.
Controls
.AddRange(new System.Windows.Forms.Control[] {this._pnlMain});
598
panel.
Controls
.Add(lblDescription);
UI\MobileControls\Design\StylesEditorDialog.cs (1)
326
this.
Controls
.AddRange(new Control[]
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1305
this.
Controls
.AddRange(new System.Windows.Forms.Control[] {this.CbStyles,
UI\MobileControls\Design\TemplatingOptionsDialog.cs (3)
155
this._pnlMain.
Controls
.AddRange(new System.Windows.Forms.Control[] {
171
this.
Controls
.Add(_pnlMain);
605
panel.
Controls
.Add(lblDescription);
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (2)
68
this.
Controls
.Add(CmdOK);
69
this.
Controls
.Add(CmdCancel);
UI\MobileControls\Design\Util\EditableTreeList.cs (6)
116
this.
Controls
.Add(LblTitle);
117
this.
Controls
.Add(TvList);
118
this.
Controls
.Add(BtnUp);
119
this.
Controls
.Add(BtnDown);
120
this.
Controls
.Add(BtnRemove);
121
this.
Controls
.Add(BtnAdd);
UI\MobileControls\Design\Util\GenericUI.cs (2)
88
dialog.
Controls
.Add(header);
104
foreach(Control child in control.
Controls
)
UI\MobileControls\Design\Util\HeaderPanel.cs (2)
44
foreach(Control child in
Controls
)
75
foreach(Control child in
Controls
)
System.Windows.Forms (141)
winforms\Managed\System\WinForms\AxHost.cs (1)
5613
foreach(Control c in ctl.
Controls
) {
winforms\Managed\System\WinForms\ContainerControl.cs (5)
655
foreach(Control c in start.
Controls
) {
1034
ControlCollection controlsCollection = start.
Controls
;
1053
ControlCollection controlsCollection = start.
Controls
;
1243
if (
Controls
.Count == 0) {
1860
Control.ControlCollection children = this.
Controls
;
winforms\Managed\System\WinForms\Control.cs (20)
3450
value.
Controls
.Add(this);
3453
parent.
Controls
.Remove(this);
5613
parent.
Controls
.SetChildIndex(this, 0);
6035
parent.
Controls
.Remove(this);
6715
foreach (Control c in
Controls
) {
10044
foreach (Control c in
Controls
) {
10390
int count =
Controls
.Count;
10392
Control child =
Controls
[i];
10411
if(
Controls
.Count == 0) {
11790
parent.
Controls
.SetChildIndex(this, -1);
12642
int curIndex = this.
Controls
.GetChildIndex(ctl);
12647
newIndex = this.
Controls
.GetChildIndex(c, false) + 1;
12656
this.
Controls
.SetChildIndex(ctl, newIndex);
12698
for (int i = this.
Controls
.GetChildIndex(ctl); --i >= 0;) {
12699
Control c =
Controls
[i];
14766
value.parent.
Controls
.Remove(value);
14944
if ((controlsToLookIn[i].
Controls
!= null) && controlsToLookIn[i].
Controls
.Count > 0){
14946
foundControls = FindInternal(key, searchAllChildren, controlsToLookIn[i].
Controls
, foundControls);
16983
foreach(Control c in control.
Controls
) {
winforms\Managed\System\WinForms\DataGrid.cs (8)
344
Controls
.Add(horizScrollBar);
350
Controls
.Add(vertScrollBar);
1573
Debug.Assert(this.
Controls
.Contains(this.toBeDisposedEditingControl));
1574
this.
Controls
.Remove(this.toBeDisposedEditingControl);
1618
for (int i = 0; i < this.
Controls
.Count; i++) {
1619
if (this.
Controls
[i].Focused) {
1620
this.toBeDisposedEditingControl = this.
Controls
[i];
1646
this.
Controls
.Add(this.toBeDisposedEditingControl);
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (3)
145
edit.ParentInternal.
Controls
.Remove(edit);
148
value.
Controls
.Add(edit);
629
edit.ParentInternal.
Controls
.Remove(edit);
winforms\Managed\System\WinForms\DataGridView.cs (2)
508
this.
Controls
.Add(this.horizScrollBar);
515
this.
Controls
.Add(this.vertScrollBar);
winforms\Managed\System\WinForms\DataGridViewCell.cs (7)
1334
Debug.Assert(dgv.EditingPanel.
Controls
.Contains(dgv.EditingControl));
1335
dgv.EditingPanel.
Controls
.Remove(dgv.EditingControl);
1359
Debug.Assert(dgv.
Controls
.Contains(dgv.EditingPanel));
1360
((DataGridView.DataGridViewControlCollection)dgv.
Controls
).RemoveInternal(dgv.EditingPanel);
1366
Debug.Assert(dgv.EditingPanel.
Controls
.Count == 0);
2739
dgv.
Controls
.Add(dgv.EditingPanel);
2740
dgv.EditingPanel.
Controls
.Add(dgv.EditingControl);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
6271
Debug.Assert(this.editingPanel == null || this.editingPanel.
Controls
.Count == 0);
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (2)
324
this.
Controls
.Clear();
325
this.
Controls
.AddRange(new Control[] {
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (1)
341
pageSite.GetControl().
Controls
.Add(this);
winforms\Managed\System\WinForms\Form.cs (8)
1422
Controls
.Add(new MdiClient());
4422
if( this.
Controls
.Count > 1 ){ // Ignore the MdiClient control
4423
for( int index = 0; index < this.
Controls
.Count; index++ ){
4424
Control ctl = this.
Controls
[index];
4567
Control.ControlCollection children = ctlClient.
Controls
;
4900
foreach (Control c in
Controls
) {
5218
foreach(Control c in this.
Controls
) {
5805
foreach(Control control in
Controls
) {
winforms\Managed\System\WinForms\MDIClient.cs (2)
253
for (int i=0; i <
Controls
.Count; i++) {
254
Control ctl =
Controls
[i];
winforms\Managed\System\WinForms\MDIWindowDialog.cs (2)
142
this.
Controls
.Add(this.okCancelTableLayoutPanel);
143
this.
Controls
.Add(this.itemList);
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
309
this.
Controls
.Add(tableLayoutPanel1);
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (2)
1566
this.
Controls
.Add(previewControl);
1567
this.
Controls
.Add(this.toolStrip1);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
694
return base.
Controls
;
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (2)
53
Controls
.Add(m_labelTitle);
54
Controls
.Add(m_labelDesc);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
91
foreach( Control c in this.
Controls
){
294
this.
Controls
.Add(this.details);
295
this.
Controls
.Add(this.overarchingTableLayoutPanel);
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
82
this.
Controls
.Add(label);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (6)
572
Controls
.Add(scrollBar);
1035
Controls
.Add(ctl);
5962
Controls
.Remove(currentControl);
5969
this.
Controls
.Remove(createNewLink);
5996
Controls
.Add(ctl);
6060
Controls
.Add(CreateNewLink);
winforms\Managed\System\WinForms\RadioButton.cs (2)
503
Control.ControlCollection children = parent.
Controls
;
527
Control.ControlCollection children = parent.
Controls
;
winforms\Managed\System\WinForms\ScrollableControl.cs (8)
446
if (
Controls
.Count != 0) {
458
for (int i=0; i<
Controls
.Count; i++) {
459
Control current =
Controls
[i];
507
else if (
Controls
.Count != 0) {
511
for (int i=0; i <
Controls
.Count; i++) {
515
Control current =
Controls
[i];
892
for (int i=0; i<
Controls
.Count; i++) {
893
Control ctl =
Controls
[i];
winforms\Managed\System\WinForms\SplitContainer.cs (4)
404
return base.
Controls
;
1916
if ((this.Panel1.
Controls
.Count > 0 || this.Panel2.
Controls
.Count > 0) || TabStop) {
2109
foreach (Control c in ctl.
Controls
) {
winforms\Managed\System\WinForms\Splitter.cs (2)
729
Control.ControlCollection children = parent.
Controls
;
806
Control.ControlCollection children = parent.
Controls
;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1127
Control.ControlCollection children = parent.
Controls
;
winforms\Managed\System\WinForms\TabControl.cs (6)
1690
this.
Controls
.Clear();
2357
owner.
Controls
.Add(value);
2547
owner.
Controls
.Add(tabPage);
2552
owner.
Controls
.SetChildIndex(tabPage, index);
2674
owner.
Controls
.Remove(value);
2690
owner.
Controls
.RemoveAt(index);
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
120
get { return (TableLayoutControlCollection)base.
Controls
; }
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
530
foreach (Control tableControl in appliedControl.
Controls
) {
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (5)
290
Controls
.Add(pictureBox);
295
Controls
.Add(message);
332
Controls
.Add(b);
341
Controls
.Add(b);
355
Controls
.Add(details);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
573
get { return base.
Controls
; }
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
393
return base.
Controls
;
winforms\Managed\System\WinForms\ToolStripManager.cs (4)
1777
return GetFirstMenuStripRecursive(control.
Controls
);
1801
if ((controlsToLookIn[i].
Controls
!= null) && controlsToLookIn[i].
Controls
.Count > 0) {
1803
MenuStrip menuStrip = GetFirstMenuStripRecursive(controlsToLookIn[i].
Controls
);
winforms\Managed\System\WinForms\ToolStripPanel.cs (9)
581
if (
Controls
.Count > 0) {
584
Control[] controls = new Control[this.
Controls
.Count];
585
Point[] controlLocations = new Point[this.
Controls
.Count];
595
this.
Controls
.Clear();
665
ToolStripPanelControlCollection controls = this.
Controls
as ToolStripPanelControlCollection;
961
this.
Controls
.Add(toolStripToDrag);
1266
Debug.Assert(RowsInternal.Count <=
Controls
.Count, "How did the number of rows get larger than the number of controls?");
1271
foreach (Control c1 in this.
Controls
) {
1272
foreach (Control c2 in this.
Controls
) {
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
2206
owner.ToolStripPanel.
Controls
.Remove(control);
winforms\Managed\System\WinForms\ToolStripSettings.cs (12)
124
foreach (ToolStrip toolStrip in FindToolStrips(true, form.
Controls
)) {
139
foreach (ToolStrip toolStrip in FindToolStrips(true, form.
Controls
)) {
205
ArrayList toolStripPanels = FindToolStripPanels(true, form.
Controls
);
209
foreach (Control c in toolStripPanel.
Controls
) {
267
ArrayList toolStrips = FindToolStrips(true, form.
Controls
);
313
if ((controlsToLookIn[i].
Controls
!= null) && controlsToLookIn[i].
Controls
.Count > 0) {
315
foundControls = FindControls(baseType, searchAllChildren, controlsToLookIn[i].
Controls
, foundControls);
329
return FindControls(typeof(ToolStripPanel), true, form.
Controls
, new ArrayList());
333
return FindControls(typeof(ToolStrip), true, form.
Controls
, new ArrayList());
345
Control.ControlCollection controlsCollection = start.
Controls
;
357
Control.ControlCollection controlsCollection = start.
Controls
;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
338
this.
Controls
.Add(this.tableLayoutPanel);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
365
this.
Controls
.Add(this.tableLayoutPanelOuter);
winforms\Managed\System\WinForms\UpDownBase.cs (1)
105
Controls
.AddRange(new Control[] { upDownButtons, upDownEdit} );
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1513
this.ParentInternal.
Controls
.Remove(this);
winforms\Managed\System\WinForms\WebBrowserContainer.cs (1)
260
foreach(Control c in ctl.
Controls
) {
System.Workflow.Activities (42)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (10)
102
this.rulesPanel.
Controls
.Add(this.rulesToolStrip);
103
this.rulesPanel.
Controls
.Add(this.rulesListView);
162
this.preiviewPanel.
Controls
.Add(this.previewRichEditBoxPanel);
163
this.preiviewPanel.
Controls
.Add(this.previewLabel);
171
this.previewRichEditBoxPanel.
Controls
.Add(this.previewRichTextBox);
211
this.
Controls
.Add(this.okCancelTableLayoutPanel);
212
this.
Controls
.Add(this.headerPictureBox);
213
this.
Controls
.Add(this.descriptionLabel);
214
this.
Controls
.Add(this.preiviewPanel);
215
this.
Controls
.Add(this.rulesPanel);
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
78
this.TopLevelControl.
Controls
.Add(this.listBoxAutoComplete);
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (3)
77
this.
Controls
.Add(this.okCancelTableLayoutPanel);
78
this.
Controls
.Add(this.ruleNameTextBox);
79
this.
Controls
.Add(this.newNamelabel);
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (5)
102
this.
Controls
.Add(this.conditionLabel);
103
this.
Controls
.Add(this.conditionTextBox);
104
this.
Controls
.Add(this.okCancelTableLayoutPanel);
105
this.
Controls
.Add(this.headerLabel);
106
this.
Controls
.Add(this.headerPictureBox);
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (23)
122
this.rulesGroupBox.
Controls
.Add(this.panel1);
129
this.panel1.
Controls
.Add(this.chainingLabel);
130
this.panel1.
Controls
.Add(this.chainingBehaviourComboBox);
131
this.panel1.
Controls
.Add(this.rulesToolStrip);
132
this.panel1.
Controls
.Add(this.rulesListView);
196
this.ruleGroupBox.
Controls
.Add(this.reevaluationComboBox);
197
this.ruleGroupBox.
Controls
.Add(this.elseTextBox);
198
this.ruleGroupBox.
Controls
.Add(this.elseLabel);
199
this.ruleGroupBox.
Controls
.Add(this.thenTextBox);
200
this.ruleGroupBox.
Controls
.Add(this.thenLabel);
201
this.ruleGroupBox.
Controls
.Add(this.conditionTextBox);
202
this.ruleGroupBox.
Controls
.Add(this.conditionLabel);
203
this.ruleGroupBox.
Controls
.Add(this.nameTextBox);
204
this.ruleGroupBox.
Controls
.Add(this.nameLabel);
205
this.ruleGroupBox.
Controls
.Add(this.activeCheckBox);
206
this.ruleGroupBox.
Controls
.Add(this.reevaluationLabel);
207
this.ruleGroupBox.
Controls
.Add(this.priorityTextBox);
208
this.ruleGroupBox.
Controls
.Add(this.priorityLabel);
338
this.
Controls
.Add(this.ruleGroupBox);
339
this.
Controls
.Add(this.headerTextLabel);
340
this.
Controls
.Add(this.pictureBoxHeader);
341
this.
Controls
.Add(this.okCancelTableLayoutPanel);
342
this.
Controls
.Add(this.rulesGroupBox);
System.Workflow.ComponentModel (84)
AuthoringOM\Design\DesignerWidgets.cs (1)
1504
Controls
.AddRange(new Control[] { this.scrollBar, this.splitter, this.tabStrip });
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
165
this.dummyPanel.
Controls
.Add(this.workflowOutline);
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (12)
105
this.groupBox1.
Controls
.Add(this.createField);
106
this.groupBox1.
Controls
.Add(this.createProperty);
113
this.bindTabControl.
Controls
.Add(this.existingMemberPage);
114
this.bindTabControl.
Controls
.Add(this.newMemberPage);
120
this.existingMemberPage.
Controls
.Add(this.dummyPanel);
121
this.existingMemberPage.
Controls
.Add(this.helpTextBox);
128
this.newMemberPage.
Controls
.Add(this.memberNameLabel);
129
this.newMemberPage.
Controls
.Add(this.memberNameTextBox);
130
this.newMemberPage.
Controls
.Add(this.groupBox1);
131
this.newMemberPage.
Controls
.Add(this.newMemberHelpTextBox);
158
this.
Controls
.Add(this.bindTabControl);
159
this.
Controls
.Add(this.buttonTableLayoutPanel);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (21)
226
this.themePanel.
Controls
.Add(this.themeConfigPanel);
227
this.themePanel.
Controls
.Add(this.previewLabel);
228
this.themePanel.
Controls
.Add(this.selectDesignerLabel);
229
this.themePanel.
Controls
.Add(this.dummyPreviewPanel);
236
this.themeConfigPanel.
Controls
.Add(this.designerTreeView);
237
this.themeConfigPanel.
Controls
.Add(this.propertiesGrid);
286
this.
Controls
.Add(this.nameLocationTableLayoutPanel);
287
this.
Controls
.Add(this.okCancelTableLayoutPanel);
288
this.
Controls
.Add(this.themePanel);
289
this.
Controls
.Add(this.button3);
369
this.dummyPreviewPanel.Parent.
Controls
.Add(this.designerPreview);
374
this.designerPreview.Parent.
Controls
.Remove(this.dummyPreviewPanel);
384
this.themeConfigPanel.
Controls
.Remove(this.designerTreeView);
385
this.themeConfigPanel.
Controls
.Remove(this.propertiesGrid);
390
this.themeConfigPanel.
Controls
.AddRange(new Control[] { this.propertiesGrid, this.splitter, this.designerTreeView });
946
Controls
.Add(workflowView);
961
ReadonlyWorkflow workflowView = (
Controls
.Count > 0) ?
Controls
[0] as ReadonlyWorkflow : null;
962
Controls
.Clear();
1046
ReadonlyWorkflow workflowView = (
Controls
.Count > 0) ?
Controls
[0] as ReadonlyWorkflow : null;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (12)
184
this.tabControl.
Controls
.Add(this.typeTabPage);
185
this.tabControl.
Controls
.Add(this.advancedTabPage);
192
this.typeTabPage.
Controls
.Add(this.typeSplitContainer);
204
this.typeSplitContainer.Panel1.
Controls
.Add(this.artifactTreeView);
208
this.typeSplitContainer.Panel2.
Controls
.Add(this.artifactListView);
244
this.advancedTabPage.
Controls
.Add(this.genericParametersPropertyGrid);
300
this.
Controls
.Add(this.artifactLabel);
301
this.
Controls
.Add(this.typeNameTableLayoutPanel);
302
this.
Controls
.Add(this.okCancelTableLayoutPanel);
303
this.
Controls
.Add(this.buttonBrowse);
304
this.
Controls
.Add(this.helpTextHolder);
305
this.
Controls
.Add(this.tabControl);
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (22)
357
this.tabs.
Controls
.Add(this.pageSettingsTab);
358
this.tabs.
Controls
.Add(this.headerFooterTab);
364
this.pageSettingsTab.
Controls
.Add(this.centerGroup);
365
this.pageSettingsTab.
Controls
.Add(this.marginsGroup);
366
this.pageSettingsTab.
Controls
.Add(this.scalingGroup);
367
this.pageSettingsTab.
Controls
.Add(this.orientationGroup);
368
this.pageSettingsTab.
Controls
.Add(this.paperSettingsGroup);
375
this.centerGroup.
Controls
.Add(this.centerTableLayoutPanel);
399
this.marginsGroup.
Controls
.Add(this.marginsTableLayoutPanel);
507
this.scalingGroup.
Controls
.Add(this.scalingTableLayoutPanel);
615
this.orientationGroup.
Controls
.Add(this.orientationTableLayoutPanel);
655
this.paperSettingsGroup.
Controls
.Add(this.paperTableLayoutPanel);
695
this.headerFooterTab.
Controls
.Add(this.footerGroup);
696
this.headerFooterTab.
Controls
.Add(this.headerGroup);
703
this.footerGroup.
Controls
.Add(this.footerTableLayoutPanel);
704
this.footerGroup.
Controls
.Add(this.customFooterText);
705
this.footerGroup.
Controls
.Add(this.customFooterLabel);
788
this.headerGroup.
Controls
.Add(this.headerTableLayoutPanel);
789
this.headerGroup.
Controls
.Add(this.customHeaderText);
790
this.headerGroup.
Controls
.Add(this.customHeaderLabel);
903
this.
Controls
.Add(this.okCancelTableLayoutPanel);
904
this.
Controls
.Add(this.tabs);
AuthoringOM\Design\DocumentOutline.cs (1)
72
this.
Controls
.Add(this.treeView);
AuthoringOM\Design\WorkflowView.cs (14)
306
Controls
.Remove(this.toolContainer);
643
Controls
.Add(this.toolContainer);
667
Controls
.Remove(this.toolContainer);
1272
if (
Controls
.Contains(hScrollBar))
1275
if (
Controls
.Contains(vScrollBar))
1829
if (
Controls
.Contains(hScrollBar))
1833
if (
Controls
.Contains(vScrollBar))
1930
if (
Controls
.Contains(this.hScrollBar))
1931
Controls
.Remove(this.hScrollBar);
1938
Controls
.Add(this.hScrollBar);
1947
if (
Controls
.Contains(this.vScrollBar))
1948
Controls
.Remove(this.vScrollBar);
1955
Controls
.Add(this.vScrollBar);
2228
if (control != null && (control == this ||
Controls
.Contains(control)))
System.WorkflowServices (44)
System\Workflow\Activities\Design\EditableLabelControl.cs (7)
22
this.
Controls
.Add(label);
72
if (this.
Controls
.Contains(TextBox))
74
this.
Controls
.Remove(TextBox);
76
if (!this.
Controls
.Contains(label))
78
this.
Controls
.Add(label);
89
this.
Controls
.Remove(label);
90
this.
Controls
.Add(TextBox);
System\Workflow\Activities\Design\OperationPickerDialog.cs (4)
333
foreach (Control control in detailsViewPanel.
Controls
)
341
detailsViewPanel.
Controls
.Clear();
343
detailsViewPanel.
Controls
.Add(operationsListBox.SelectedItemViewControl);
510
this.
Controls
.Add(label);
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (7)
110
this.operationsPanel.
Controls
.Add(this.operationsListBox);
147
this.footerPanel.
Controls
.Add(this.cancelButton);
148
this.footerPanel.
Controls
.Add(this.okButton);
165
this.
Controls
.Add(this.operationsToolStrip);
166
this.
Controls
.Add(this.operationsPanel);
167
this.
Controls
.Add(this.detailsViewPanel);
168
this.
Controls
.Add(this.footerPanel);
System\Workflow\Activities\Design\RichListBox.cs (2)
196
this.
Controls
.Remove(activeItemViewControl);
210
this.
Controls
.Add(activeItemViewControl);
System\Workflow\Activities\Design\ServiceContractDetailViewControl.Designer.cs (2)
55
this.
Controls
.Add(this.contractNameTextBox);
56
this.
Controls
.Add(this.contractNameLabel);
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (3)
62
this.backgroundPanel.
Controls
.Add(this.contractNameLabel);
63
this.backgroundPanel.
Controls
.Add(this.contractIconPictureBox);
75
this.
Controls
.Add(this.backgroundPanel);
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (15)
101
this.operationTabControl.
Controls
.Add(this.parametersTabPage);
102
this.operationTabControl.
Controls
.Add(this.propertiesTabPage);
103
this.operationTabControl.
Controls
.Add(this.permissionsTab);
110
this.parametersTabPage.
Controls
.Add(this.operationsToolStrip);
111
this.parametersTabPage.
Controls
.Add(this.parametersGrid);
168
this.propertiesTabPage.
Controls
.Add(this.protectionLevelComboBox);
169
this.propertiesTabPage.
Controls
.Add(this.protectionLevelLabel);
170
this.propertiesTabPage.
Controls
.Add(this.oneWayCheckBox);
190
this.permissionsTab.
Controls
.Add(this.permissionRoleTextBox);
191
this.permissionsTab.
Controls
.Add(this.permissionNameTextBox);
192
this.permissionsTab.
Controls
.Add(this.permissionNameLabel);
193
this.permissionsTab.
Controls
.Add(this.permissionRoleLabel);
222
this.
Controls
.Add(this.operationTabControl);
223
this.
Controls
.Add(this.operationNameTextBox);
224
this.
Controls
.Add(this.operationNameLabel);
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (4)
50
this.backgroundPanel.
Controls
.Add(this.isImplementedPictureBox);
51
this.backgroundPanel.
Controls
.Add(this.operationIconPictureBox);
52
this.backgroundPanel.
Controls
.Add(this.operationNameLabel);
87
this.
Controls
.Add(this.backgroundPanel);
WsatUI (52)
MMCUI\AcceptedCertificatesForm.designer.cs (6)
126
this.
Controls
.Add(this.headerLabel2);
127
this.
Controls
.Add(this.headerLabel1);
128
this.
Controls
.Add(this.viewButton);
129
this.
Controls
.Add(this.cancelButton);
130
this.
Controls
.Add(this.okButton);
131
this.
Controls
.Add(this.listAllowedCertificates);
MMCUI\TraceOptionsForm.designer.cs (24)
74
this.flowLayoutPanelButtons.
Controls
.Add(this.buttonOK);
75
this.flowLayoutPanelButtons.
Controls
.Add(this.buttonCancel);
95
this.groupBoxTraceOutput.
Controls
.Add(this.traceOutputPanel);
102
this.traceOutputPanel.
Controls
.Add(this.labelTraceInfo);
103
this.traceOutputPanel.
Controls
.Add(this.traceLevelPanel);
115
this.traceLevelPanel.
Controls
.Add(this.labelTraceLevel);
116
this.traceLevelPanel.
Controls
.Add(this.panelTraceLevel);
127
this.panelTraceLevel.
Controls
.Add(this.checkBoxActivityTracing);
128
this.panelTraceLevel.
Controls
.Add(this.checkBoxActivityPropagation);
129
this.panelTraceLevel.
Controls
.Add(this.checkBoxTracePii);
130
this.panelTraceLevel.
Controls
.Add(this.comboBoxTraceLevel);
161
this.groupBoxLoggingSession.
Controls
.Add(this.flowLayoutPanel2);
168
this.flowLayoutPanel2.
Controls
.Add(this.label3);
169
this.flowLayoutPanel2.
Controls
.Add(this.flowLayoutPanelSessionControlButtons);
170
this.flowLayoutPanel2.
Controls
.Add(this.flowLayoutPanel1);
182
this.flowLayoutPanelSessionControlButtons.
Controls
.Add(this.buttonNewSession);
183
this.flowLayoutPanelSessionControlButtons.
Controls
.Add(this.buttonStopSession);
184
this.flowLayoutPanelSessionControlButtons.
Controls
.Add(this.buttonFlushData);
210
this.flowLayoutPanel1.
Controls
.Add(this.label5);
211
this.flowLayoutPanel1.
Controls
.Add(this.textLogFileSize);
212
this.flowLayoutPanel1.
Controls
.Add(this.label4);
237
this.
Controls
.Add(this.groupBoxLoggingSession);
238
this.
Controls
.Add(this.groupBoxTraceOutput);
239
this.
Controls
.Add(this.flowLayoutPanelButtons);
MMCUI\WSATControl.designer.cs (22)
73
this.groupBoxTracing.
Controls
.Add(this.textBox1);
74
this.groupBoxTracing.
Controls
.Add(this.buttonTracingOptions);
96
this.groupBoxTimeouts.
Controls
.Add(this.labelDefaultTimeout);
97
this.groupBoxTimeouts.
Controls
.Add(this.textBoxDefaultTimeout);
98
this.groupBoxTimeouts.
Controls
.Add(this.labelMaxTimeout);
99
this.groupBoxTimeouts.
Controls
.Add(this.textBoxMaxTimeout);
100
this.groupBoxTimeouts.
Controls
.Add(this.labelSeconds2);
101
this.groupBoxTimeouts.
Controls
.Add(this.labelSeconds1);
140
this.groupBoxNetwork.
Controls
.Add(this.labelHttpsPort);
141
this.groupBoxNetwork.
Controls
.Add(this.textBoxHttpsPort);
142
this.groupBoxNetwork.
Controls
.Add(this.labelEndpointCert);
143
this.groupBoxNetwork.
Controls
.Add(this.textBoxEndpointCert);
144
this.groupBoxNetwork.
Controls
.Add(this.buttonSelectEndpointCert);
145
this.groupBoxNetwork.
Controls
.Add(this.buttonSelectAuthorizedAccounts);
146
this.groupBoxNetwork.
Controls
.Add(this.buttonSelectAuthorizedCerts);
147
this.groupBoxNetwork.
Controls
.Add(this.labelAuthorizedCerts);
148
this.groupBoxNetwork.
Controls
.Add(this.labelAuthorizedAccounts);
219
this.
Controls
.Add(this.textBoxNetworkDtcAccess);
220
this.
Controls
.Add(this.checkBoxEnableNetworkSupport);
221
this.
Controls
.Add(this.groupBoxNetwork);
222
this.
Controls
.Add(this.groupBoxTimeouts);
223
this.
Controls
.Add(this.groupBoxTracing);