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)
2165
public override void
Add
(Control c) => _realCollection.Add(c);
1251 references to Add
DesignSurface (18)
MainForm.cs (7)
248
layoutPanel.Controls.
Add
(subButton1OfLayoutPanel);
249
layoutPanel.Controls.
Add
(subButton2OfLayoutPanel);
349
splitterPanel1.Controls.
Add
(richTextBox);
350
splitterPanel2.Controls.
Add
(scrollableControl);
363
panel.Controls.
Add
(numericUpDown);
377
panel.Controls.
Add
(bindingNavigator);
450
splitContainer.Panel2.Controls.
Add
(propertyGrid);
MainForm.Designer.cs (10)
73
this.splitContainer.Panel1.Controls.
Add
(this.tabControl1);
77
this.splitContainer.Panel2.Controls.
Add
(this.propertyGrid);
85
this.tabControl1.Controls.
Add
(this.tabPage1);
86
this.tabControl1.Controls.
Add
(this.tabPage2);
87
this.tabControl1.Controls.
Add
(this.tabPage3);
88
this.tabControl1.Controls.
Add
(this.tabPage4);
89
this.tabControl1.Controls.
Add
(this.tabPage5);
90
this.tabControl1.Controls.
Add
(this.tabPage6);
295
this.Controls.
Add
(this.splitContainer);
296
this.Controls.
Add
(this.menuStrip1);
MainForm.MyScrollableControl.cs (1)
12
Controls.
Add
(control);
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)
NativeHost.ManagedControl (1)
ManagedControl.Designer.cs (1)
50
this.Controls.
Add
(this.button1);
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)
189
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)
277
_columnHeaderPanel.Controls.
Add
(nameHeader);
278
_columnHeaderPanel.Controls.
Add
(intentHeader);
279
_columnHeaderPanel.Controls.
Add
(locationHeader);
280
_columnHeaderPanel.Controls.
Add
(signByHeader);
307
_columnHeaderPanel.Controls.
Add
(statusHeader);
308
_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)
2630
value.Controls.
Add
(this);
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
466
Controls.
Add
(_horizScrollBar);
473
Controls.
Add
(_vertScrollBar);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
2480
dgv.Controls.
Add
(dgv.EditingPanel);
2481
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)
471
Controls.
Add
(_scrollBar);
873
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)
1110
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 (72)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (2)
204
_groupBoxMode.Controls.
Add
(_radioButtonsTableLayoutPanel);
285
Controls.
Add
(_overarchingTableLayoutPanel);
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
500
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)
118
root.Controls.
Add
(_toolStripContainer);
185
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)
710
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)
619
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);
106
_designerRegion.Controls.
Add
(_designer);
293
Controls.
Add
(_splitter);
294
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)
48
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]);
2180
newParent.Controls.
Add
(control);
2421
parent.Controls.
Add
(c);
2432
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)
294
tc.Controls.
Add
(page);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2165
public override void Add(Control c) => _realCollection.
Add
(c);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
312
Controls.
Add
(_tableLayoutPanel);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
398
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);
System.Windows.Forms.Design.Tests (7)
ControlDesignerTests.cs (2)
203
_designer._control.Controls.
Add
(childControl);
218
_designer._control.Controls.
Add
(childControl);
System\Resources\Tools\StronglyTypedResourceBuilderTests.cs (1)
616
form.Controls.
Add
(mediaPlayer);
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollectionTests.cs (3)
143
_collection.
Add
(control);
151
_collection.
Add
(control);
161
_collection.
Add
(control);
System\Windows\Forms\Design\DesignerFrameTests.cs (1)
123
designerFrame.Controls.
Add
(control);
System.Windows.Forms.Tests (465)
NumericUpDownTests.cs (3)
33
form.Controls.
Add
(upDown);
76
form.Controls.
Add
(upDown);
112
form.Controls.
Add
(upDown);
System\Windows\Forms\AccessibleObjects\AccessibleObjectTests.cs (5)
548
form.Controls.
Add
(first);
549
form.Controls.
Add
(second);
575
form.Controls.
Add
(control);
2625
form.Controls.
Add
(button);
2656
form.Controls.
Add
(comboBox);
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (4)
900
ownerControl.Controls.
Add
(child);
1205
ownerControl.Controls.
Add
(child);
1699
form.Controls.
Add
(label);
1700
form.Controls.
Add
(control);
System\Windows\Forms\AccessibleObjects\DateTimePicker.DateTimePickerAccessibleObjectTests.cs (3)
366
form.Controls.
Add
(dateTimePicker2);
367
form.Controls.
Add
(label1);
368
form.Controls.
Add
(dateTimePicker1);
System\Windows\Forms\AccessibleObjects\ErrorProvider.ControlItem.ControlItemAccessibleObjectTests.cs (1)
47
parentControl.Controls.
Add
(control);
System\Windows\Forms\AccessibleObjects\ErrorProviderAccessibleObjectTests.cs (2)
37
_form.Controls.
Add
(_control1);
38
_form.Controls.
Add
(_control2);
System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs (3)
130
form.Controls.
Add
(control);
150
form.Controls.
Add
(control);
195
form.Controls.
Add
(embeddedForm);
System\Windows\Forms\AccessibleObjects\ListBoxAccessibleObjectTests.cs (1)
138
form.Controls.
Add
(listBox);
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (2)
289
form.Controls.
Add
(list);
323
form.Controls.
Add
(listView);
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemDetailsAccessibleObjectTests.cs (2)
195
form.Controls.
Add
(listView1);
219
form.Controls.
Add
(listView1);
System\Windows\Forms\AccessibleObjects\Panel.PanelAccessibleObjectTests.cs (6)
195
parentPanel.Controls.
Add
(childPanel);
233
parentPanel.Controls.
Add
(childPanel);
249
panel.Controls.
Add
(buttonFirst);
252
panel.Controls.
Add
(buttonLast);
266
panel1.Controls.
Add
(button1);
274
form.Controls.
Add
(panel1);
System\Windows\Forms\AccessibleObjects\PrintPreviewControl.PrintPreviewControlAccessibleObjectTests.cs (1)
86
panel.Controls.
Add
(control);
System\Windows\Forms\AccessibleObjects\TabPage.TabPageAccessibleObjectTests.cs (3)
533
tabControl.Controls.
Add
(tabPage);
541
tabPage.Controls.
Add
(button);
546
form.Controls.
Add
(tabControl);
System\Windows\Forms\Application.ParkingWindowTests.cs (1)
47
form.Controls.
Add
(comboBox);
System\Windows\Forms\AxHost.VisualBasic6Tests.cs (1)
24
form.Controls.
Add
(control);
System\Windows\Forms\AxHostTests.cs (4)
471
control.Controls.
Add
(child1);
472
control.Controls.
Add
(child2);
501
control.Controls.
Add
(child1);
502
control.Controls.
Add
(child2);
System\Windows\Forms\AxSystemMonitorTests.cs (1)
21
_form.Controls.
Add
(_control);
System\Windows\Forms\AxWebBrowserTests.cs (1)
23
_form.Controls.
Add
(_control);
System\Windows\Forms\ButtonRenderingTests.cs (1)
218
form.Controls.
Add
(button);
System\Windows\Forms\CheckBoxRendererTests.cs (4)
22
form.Controls.
Add
(control);
58
form.Controls.
Add
(control);
95
form.Controls.
Add
(control);
131
form.Controls.
Add
(control);
System\Windows\Forms\CheckBoxTests.cs (2)
820
form.Controls.
Add
(control);
853
form.Controls.
Add
(checkBox);
System\Windows\Forms\ContainerControlTests.cs (35)
154
control.Controls.
Add
(child);
155
child.Controls.
Add
(grandchild);
204
control.Controls.
Add
(child);
569
control.Controls.
Add
(child);
616
control.Controls.
Add
(child);
798
child1.Controls.
Add
(grandchild1);
801
child2.Controls.
Add
(grandchild2);
804
child3.Controls.
Add
(grandchild3);
823
control.Controls.
Add
(child1);
824
control.Controls.
Add
(child2);
825
control.Controls.
Add
(child3);
826
control.Controls.
Add
(child4);
827
control.Controls.
Add
(child5);
828
control.Controls.
Add
(child6);
829
control.Controls.
Add
(child7);
830
control.Controls.
Add
(child8);
1024
child1.Controls.
Add
(grandchild1);
1027
child2.Controls.
Add
(grandchild2);
1030
child3.Controls.
Add
(grandchild3);
1049
control.Controls.
Add
(child1);
1050
control.Controls.
Add
(child2);
1051
control.Controls.
Add
(child3);
1052
control.Controls.
Add
(child4);
1053
control.Controls.
Add
(child5);
1054
control.Controls.
Add
(child6);
1055
control.Controls.
Add
(child7);
1056
control.Controls.
Add
(child8);
1259
control.Controls.
Add
(child1);
1260
control.Controls.
Add
(child2);
1289
control.Controls.
Add
(child1);
1290
control.Controls.
Add
(child2);
1319
container.Controls.
Add
(control);
1344
container.Controls.
Add
(control);
1369
container.Controls.
Add
(control);
1385
container.Controls.
Add
(control);
System\Windows\Forms\ControlTests.ControlCollection.cs (75)
57
collection.
Add
(control1);
68
collection.
Add
(control2);
83
Assert.Throws<ArgumentException>(() => collection.
Add
(control2));
98
collection.
Add
(null);
133
collection.
Add
(control1);
144
collection.
Add
(control2);
160
collection.
Add
(control1);
175
collection.
Add
(null);
206
collection1.
Add
(control);
207
collection2.
Add
(control);
250
collection.
Add
(control);
262
collection.
Add
(control);
290
collection.
Add
(control1);
300
collection.
Add
(control2);
314
collection.
Add
(control3);
345
collection.
Add
(control);
374
collection.
Add
(control);
410
Assert.Throws<ArgumentException>(() => collection.
Add
(control));
449
collection.
Add
(control);
512
collection.
Add
(child1);
520
collection.
Add
(child1);
530
collection.
Add
(child2);
566
collection.
Add
(control);
610
collection.
Add
(control);
755
collection.
Add
(control);
914
collection.
Add
(control);
989
collection.
Add
(control);
1071
collection.
Add
(control);
1117
Assert.Throws<ArgumentException>(() => collection.
Add
(control));
1136
Assert.Throws<ArgumentException>(() => collection.
Add
(control));
1160
Assert.Throws<ArgumentException>(() => collection.
Add
(control));
1173
Assert.Throws<ArgumentException>(() => collection.
Add
(owner));
1185
Assert.Throws<ArgumentException>(() => collection.
Add
(parent));
1201
Assert.Throws<ArgumentException>(() => collection.
Add
(grandparent));
1343
sourceCollection.
Add
(child1);
1344
sourceCollection.
Add
(child2);
1345
sourceCollection.
Add
(child3);
1384
collection.
Add
(child1);
1385
collection.
Add
(child2);
1462
child3.Controls.
Add
(grandchild1);
1463
child3.Controls.
Add
(grandchild2);
1464
child3.Controls.
Add
(grandchild3);
1466
collection.
Add
(child1);
1467
collection.
Add
(child2);
1468
collection.
Add
(child3);
1504
collection.
Add
(child1);
1505
collection.
Add
(child2);
1506
collection.
Add
(child3);
1529
collection.
Add
(child1);
1530
collection.
Add
(child2);
1543
collection.
Add
(child1);
1544
collection.
Add
(child2);
1557
collection.
Add
(child1);
1558
collection.
Add
(child2);
1580
collection.
Add
(child1);
1581
collection.
Add
(child2);
1654
collection.
Add
(child);
1739
collection.
Add
(child1);
1750
collection.
Add
(child1);
1751
collection.
Add
(child2);
2048
collection.
Add
(child1);
2049
collection.
Add
(child2);
2124
collection.
Add
(child1);
2125
collection.
Add
(child2);
2218
collection1.
Add
(control1);
2219
collection2.
Add
(control2);
3165
collection.
Add
(child1);
3166
collection.
Add
(child2);
3167
collection.
Add
(child3);
3244
collection.
Add
(child1);
3245
collection.
Add
(child2);
3246
collection.
Add
(child3);
3338
collection.
Add
(child1);
3339
collection.
Add
(child2);
3340
collection.
Add
(child3);
System\Windows\Forms\ControlTests.cs (13)
728
control.Controls.
Add
(childControl);
870
control.Controls.
Add
(table);
879
panelRadioButtons.Controls.
Add
(radioButton1);
881
panelRadioButtons.Controls.
Add
(radioButton2);
890
panelCheckBoxes.Controls.
Add
(checkBox1);
892
panelCheckBoxes.Controls.
Add
(checkBox2);
901
panelButtons.Controls.
Add
(button1);
903
panelButtons.Controls.
Add
(button2);
1061
form.Controls.
Add
(checkedListBox1);
1062
form.Controls.
Add
(button1);
1063
form.Controls.
Add
(listBox1);
1064
form.Controls.
Add
(listView1);
1101
form.Controls.
Add
(control);
System\Windows\Forms\ControlTests.Handlers.cs (50)
136
control.Controls.
Add
(child1);
137
control.Controls.
Add
(child2);
189
control.Controls.
Add
(child1);
190
control.Controls.
Add
(child2);
331
control.Controls.
Add
(child1);
332
control.Controls.
Add
(child2);
388
control.Controls.
Add
(child1);
389
control.Controls.
Add
(child2);
512
control.Controls.
Add
(child1);
513
control.Controls.
Add
(child2);
565
control.Controls.
Add
(child1);
566
control.Controls.
Add
(child2);
660
control.Controls.
Add
(child1);
661
control.Controls.
Add
(child2);
715
control.Controls.
Add
(child1);
716
control.Controls.
Add
(child2);
1110
control.Controls.
Add
(child1);
1111
control.Controls.
Add
(child2);
1165
control.Controls.
Add
(child1);
1166
control.Controls.
Add
(child2);
1507
control.Controls.
Add
(child1);
1508
control.Controls.
Add
(child2);
1560
control.Controls.
Add
(child1);
1561
control.Controls.
Add
(child2);
1742
control.Controls.
Add
(child1);
1743
control.Controls.
Add
(child2);
1797
control.Controls.
Add
(child1);
1798
control.Controls.
Add
(child2);
1963
control.Controls.
Add
(child1);
1964
control.Controls.
Add
(child2);
2016
control.Controls.
Add
(child1);
2017
control.Controls.
Add
(child2);
2806
control.Controls.
Add
(child1);
2807
control.Controls.
Add
(child2);
2906
control.Controls.
Add
(child1);
2907
control.Controls.
Add
(child2);
2983
control.Controls.
Add
(child1);
2984
control.Controls.
Add
(child2);
5037
control.Controls.
Add
(child1);
5038
control.Controls.
Add
(child2);
5090
control.Controls.
Add
(child1);
5091
control.Controls.
Add
(child2);
5365
control.Controls.
Add
(child1);
5366
control.Controls.
Add
(child2);
5728
child1.Controls.
Add
(grandchild1);
5729
control.Controls.
Add
(child1);
5730
control.Controls.
Add
(child2);
5810
child1.Controls.
Add
(grandchild1);
5811
control.Controls.
Add
(child1);
5812
control.Controls.
Add
(child2);
System\Windows\Forms\ControlTests.Internals.cs (1)
418
form.Controls.
Add
(control);
System\Windows\Forms\ControlTests.Methods.cs (38)
139
parent.Controls.
Add
(child1);
140
parent.Controls.
Add
(child2);
181
parent.Controls.
Add
(child1);
182
parent.Controls.
Add
(child2);
236
parent.Controls.
Add
(child1);
237
parent.Controls.
Add
(child2);
303
parent.Controls.
Add
(child1);
304
parent.Controls.
Add
(child2);
1076
control.Controls.
Add
(child1);
1077
control.Controls.
Add
(child2);
1456
control.Controls.
Add
(child1);
1457
control.Controls.
Add
(child2);
1534
control.Controls.
Add
(child1);
1535
control.Controls.
Add
(child2);
3037
control.Controls.
Add
(child);
3155
control.Controls.
Add
(child);
3290
control.Controls.
Add
(child);
3431
control.Controls.
Add
(child);
3568
control.Controls.
Add
(child);
3711
control.Controls.
Add
(child);
4564
control.Controls.
Add
(child1);
4565
control.Controls.
Add
(child2);
4664
control.Controls.
Add
(child1);
4665
control.Controls.
Add
(child2);
6716
control.Controls.
Add
(child);
6764
control.Controls.
Add
(child);
6993
parent.Controls.
Add
(child1);
6994
parent.Controls.
Add
(child2);
7035
parent.Controls.
Add
(child1);
7036
parent.Controls.
Add
(child2);
7090
parent.Controls.
Add
(child1);
7091
parent.Controls.
Add
(child2);
7157
parent.Controls.
Add
(child1);
7158
parent.Controls.
Add
(child2);
12281
parent.Controls.
Add
(child1);
12282
parent.Controls.
Add
(child2);
12328
parent.Controls.
Add
(child1);
12329
parent.Controls.
Add
(child2);
System\Windows\Forms\ControlTests.Properties.cs (63)
1294
control.Controls.
Add
(child1);
1295
control.Controls.
Add
(child2);
1324
control.Controls.
Add
(child1);
1325
control.Controls.
Add
(child2);
1442
control.Controls.
Add
(child1);
1443
control.Controls.
Add
(child2);
1528
control.Controls.
Add
(child1);
1529
control.Controls.
Add
(child2);
1694
control.Controls.
Add
(child1);
1695
control.Controls.
Add
(child2);
1724
control.Controls.
Add
(child1);
1725
control.Controls.
Add
(child2);
1813
control.Controls.
Add
(child1);
1814
control.Controls.
Add
(child2);
1906
control.Controls.
Add
(child1);
1907
control.Controls.
Add
(child2);
2260
control.Controls.
Add
(child1);
2261
control.Controls.
Add
(child2);
2353
control.Controls.
Add
(child1);
2354
control.Controls.
Add
(child2);
3683
control.Controls.
Add
(child);
3703
control.Controls.
Add
(child);
3859
control.Controls.
Add
(child1);
3860
control.Controls.
Add
(child2);
3889
control.Controls.
Add
(child1);
3890
control.Controls.
Add
(child2);
3952
control.Controls.
Add
(child1);
3953
control.Controls.
Add
(child2);
4045
control.Controls.
Add
(child1);
4046
control.Controls.
Add
(child2);
4613
control.Controls.
Add
(child1);
4614
control.Controls.
Add
(child2);
4696
control.Controls.
Add
(child1);
4697
control.Controls.
Add
(child2);
5069
control.Controls.
Add
(child1);
5070
control.Controls.
Add
(child2);
5162
control.Controls.
Add
(child1);
5163
control.Controls.
Add
(child2);
5334
control.Controls.
Add
(child1);
5335
control.Controls.
Add
(child2);
5364
control.Controls.
Add
(child1);
5365
control.Controls.
Add
(child2);
5483
control.Controls.
Add
(child1);
5484
control.Controls.
Add
(child2);
5569
control.Controls.
Add
(child1);
5570
control.Controls.
Add
(child2);
9819
control.Controls.
Add
(child);
9844
control.Controls.
Add
(child);
9862
control.Controls.
Add
(child);
10098
control.Controls.
Add
(child1);
10099
control.Controls.
Add
(child2);
10128
control.Controls.
Add
(child1);
10129
control.Controls.
Add
(child2);
10279
control.Controls.
Add
(child1);
10280
control.Controls.
Add
(child2);
10365
control.Controls.
Add
(child1);
10366
control.Controls.
Add
(child2);
12630
control.Controls.
Add
(child1);
12631
control.Controls.
Add
(child2);
12915
control.Controls.
Add
(child1);
12916
control.Controls.
Add
(child2);
12998
control.Controls.
Add
(child1);
12999
control.Controls.
Add
(child2);
System\Windows\Forms\DataGridViewCellTests.cs (7)
203
form.Controls.
Add
(control);
846
form.Controls.
Add
(control);
882
form.Controls.
Add
(control);
4050
form.Controls.
Add
(control);
4093
form.Controls.
Add
(control);
4357
form.Controls.
Add
(control);
5149
form.Controls.
Add
(control);
System\Windows\Forms\DataGridViewHeaderCellTests.cs (2)
2416
form.Controls.
Add
(control);
3683
form.Controls.
Add
(control);
System\Windows\Forms\DataGridViewRowTests.cs (8)
111
form.Controls.
Add
(control);
329
form.Controls.
Add
(control);
356
form.Controls.
Add
(control);
944
form.Controls.
Add
(control);
1874
form.Controls.
Add
(control);
2343
form.Controls.
Add
(control);
4335
form.Controls.
Add
(control);
4460
form.Controls.
Add
(control);
System\Windows\Forms\DataGridViewTests.cs (1)
2363
form.Controls.
Add
(dataGridView);
System\Windows\Forms\DataGridViewTests.Rendering.cs (2)
30
form.Controls.
Add
(dataGrid);
160
form.Controls.
Add
(dataGridView);
System\Windows\Forms\FormTests.cs (2)
1233
parent.Controls.
Add
(menuStrip);
2604
parent.Controls.
Add
(control);
System\Windows\Forms\GroupBoxTests.cs (1)
931
control.Controls.
Add
(child);
System\Windows\Forms\LabelTests.cs (1)
298
form.Controls.
Add
(label);
System\Windows\Forms\Layout\FlowLayoutTests.cs (28)
76
control.Controls.
Add
(child1);
77
control.Controls.
Add
(child2);
78
control.Controls.
Add
(largeChild);
79
control.Controls.
Add
(emptyChild);
80
control.Controls.
Add
(emptyChildWithMargin);
81
control.Controls.
Add
(child3);
82
control.Controls.
Add
(child4);
137
control.Controls.
Add
(child1);
138
control.Controls.
Add
(child2);
139
control.Controls.
Add
(largeChild);
140
control.Controls.
Add
(emptyChild);
141
control.Controls.
Add
(emptyChildWithMargin);
142
control.Controls.
Add
(child3);
143
control.Controls.
Add
(child4);
198
control.Controls.
Add
(child1);
199
control.Controls.
Add
(child2);
200
control.Controls.
Add
(largeChild);
201
control.Controls.
Add
(emptyChild);
202
control.Controls.
Add
(emptyChildWithMargin);
203
control.Controls.
Add
(child3);
204
control.Controls.
Add
(child4);
259
control.Controls.
Add
(child1);
260
control.Controls.
Add
(child2);
261
control.Controls.
Add
(largeChild);
262
control.Controls.
Add
(emptyChild);
263
control.Controls.
Add
(emptyChildWithMargin);
264
control.Controls.
Add
(child3);
265
control.Controls.
Add
(child4);
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (2)
1688
control.Controls.
Add
(controlWithName);
1689
control.Controls.
Add
(controlWithDefaultName);
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (2)
201
panel.Controls.
Add
(control);
242
control.Controls.
Add
(child);
System\Windows\Forms\MdiControlStripTests.cs (3)
210
mdiParent.Controls.
Add
(menuStrip);
256
mdiParent.Controls.
Add
(menuStrip);
321
mdiParent.Controls.
Add
(menuStrip);
System\Windows\Forms\MixedDpiHostingTests.cs (1)
30
form.Controls.
Add
(control);
System\Windows\Forms\PanelTests.cs (2)
618
control.Controls.
Add
(child);
633
control.Controls.
Add
(child);
System\Windows\Forms\RadioButtonRendererTests.cs (4)
22
form.Controls.
Add
(control);
53
form.Controls.
Add
(control);
90
form.Controls.
Add
(control);
119
form.Controls.
Add
(control);
System\Windows\Forms\ScrollableControlTests.cs (6)
235
control.Controls.
Add
(child);
2342
control.Controls.
Add
(child);
2414
control.Controls.
Add
(child);
2513
parentControl.Controls.
Add
(childControl);
2522
parentControl.Controls.
Add
(childControl);
2541
control.Controls.
Add
(activeControl.Parent ?? activeControl);
System\Windows\Forms\StatusStripTests.Rendering.cs (1)
24
form.Controls.
Add
(statusStrip);
System\Windows\Forms\TabControlTests.cs (1)
5717
form.Controls.
Add
(control);
System\Windows\Forms\TableLayoutPanelTests.cs (13)
346
control.Controls.
Add
(child);
366
control.Controls.
Add
(child);
502
control.Controls.
Add
(controlWithName);
503
control.Controls.
Add
(controlWithDefaultName);
504
control.Controls.
Add
(controlWithoutName);
739
control.Controls.
Add
(child);
779
control.Controls.
Add
(child);
802
control.Controls.
Add
(child);
848
control.Controls.
Add
(otherChild);
892
control.Controls.
Add
(child);
906
control.Controls.
Add
(child);
1508
control.Controls.
Add
(child1);
1513
control.Controls.
Add
(child2);
System\Windows\Forms\TextBoxRendererTests.cs (3)
29
form.Controls.
Add
(textbox);
58
form.Controls.
Add
(textbox);
93
form.Controls.
Add
(textbox);
System\Windows\Forms\ToolStripButtonTests.Rendering.cs (6)
23
form.Controls.
Add
(toolStrip);
49
form.Controls.
Add
(toolStrip);
73
form.Controls.
Add
(toolStrip);
99
form.Controls.
Add
(toolStrip);
125
form.Controls.
Add
(toolStrip);
152
form.Controls.
Add
(toolStrip);
System\Windows\Forms\ToolStripPanelRow.ToolStripPanelRowControlCollectionTests.cs (3)
25
toolStripContainer.TopToolStripPanel.Controls.
Add
(toolStrip1);
26
toolStripContainer.TopToolStripPanel.Controls.
Add
(toolStrip2);
31
form.Controls.
Add
(toolStripContainer);
System\Windows\Forms\ToolStripPanelTests.cs (2)
351
toolStripContainer.TopToolStripPanel.Controls.
Add
(toolStrip1);
352
var exception = Record.Exception(() => toolStripContainer.TopToolStripPanel.Controls.
Add
(toolStrip2));
System\Windows\Forms\ToolStripSettingsManagerTests.cs (1)
19
mainForm.Controls.
Add
(toolStrip);
System\Windows\Forms\ToolStripTests.cs (2)
1635
form.Controls.
Add
(toolStrip1);
1655
form.Controls.
Add
(toolStrip1);
System\Windows\Forms\ToolStripTests.Rendering.cs (1)
22
form.Controls.
Add
(toolStrip);
System\Windows\Forms\ToolTipTests.cs (6)
810
topLevelControl.Controls.
Add
(control);
844
tabControl.Controls.
Add
(tabPage);
845
form.Controls.
Add
(tabControl);
886
tabControl.Controls.
Add
(tabPage1);
887
tabControl.Controls.
Add
(tabPage2);
888
form.Controls.
Add
(tabControl);
System\Windows\Forms\UserControlTests.cs (26)
1264
child1.Controls.
Add
(grandchild1);
1267
child2.Controls.
Add
(grandchild2);
1270
child3.Controls.
Add
(grandchild3);
1289
control.Controls.
Add
(child1);
1290
control.Controls.
Add
(child2);
1291
control.Controls.
Add
(child3);
1292
control.Controls.
Add
(child4);
1293
control.Controls.
Add
(child5);
1294
control.Controls.
Add
(child6);
1295
control.Controls.
Add
(child7);
1296
control.Controls.
Add
(child8);
1490
child1.Controls.
Add
(grandchild1);
1493
child2.Controls.
Add
(grandchild2);
1496
child3.Controls.
Add
(grandchild3);
1515
control.Controls.
Add
(child1);
1516
control.Controls.
Add
(child2);
1517
control.Controls.
Add
(child3);
1518
control.Controls.
Add
(child4);
1519
control.Controls.
Add
(child5);
1520
control.Controls.
Add
(child6);
1521
control.Controls.
Add
(child7);
1522
control.Controls.
Add
(child8);
1725
control.Controls.
Add
(child1);
1726
control.Controls.
Add
(child2);
1755
control.Controls.
Add
(child1);
1756
control.Controls.
Add
(child2);
System\Windows\Forms\WebBrowserTests.cs (1)
4773
form.Controls.
Add
(browser);
TextBoxTests.Rendering.cs (1)
25
form.Controls.
Add
(textBox);
System.Windows.Forms.UI.IntegrationTests (23)
AnchorLayoutTests.cs (10)
85
form.Controls.
Add
(button);
106
form.Controls.
Add
(button);
128
form.Controls.
Add
(button);
149
container.Controls.
Add
(button);
154
form.Controls.
Add
(container);
178
container.Controls.
Add
(button);
183
form.Controls.
Add
(container);
196
form.Controls.
Add
(button);
212
form.Controls.
Add
(button);
246
form.Controls.
Add
(button);
DesignBehaviorsTests.cs (1)
86
form.Controls.
Add
(rootView);
Dpi\SplitContainerTests.cs (1)
59
form.Controls.
Add
(splitContainer);
DragDropTests.cs (1)
1038
Controls.
Add
(tableLayoutPanel);
ImageListTests.cs (1)
113
form.Controls.
Add
(listView1);
Infra\ControlTestBase.cs (3)
236
form.Controls.
Add
(control);
264
form.Controls.
Add
(control);
293
form.Controls.
Add
(tableLayout);
ListBoxAccesibleObjectTests.cs (2)
17
form.Controls.
Add
(listBox);
18
form.Controls.
Add
(textBox);
MenuStripTests.cs (1)
21
form.Controls.
Add
(menuStrip);
PropertyGridTests.cs (1)
242
_propertyGrid.Controls.
Add
(textBox);
ToolStripTests.cs (2)
43
form.Controls.
Add
(toolStrip);
82
form.Controls.
Add
(menuStrip);
TestPassApp (201)
CommonControl1.Designer.cs (48)
95
this.groupBox1.Controls.
Add
(this.button12);
96
this.groupBox1.Controls.
Add
(this.button1);
97
this.groupBox1.Controls.
Add
(this.button10);
98
this.groupBox1.Controls.
Add
(this.button9);
99
this.groupBox1.Controls.
Add
(this.button8);
100
this.groupBox1.Controls.
Add
(this.button3);
101
this.groupBox1.Controls.
Add
(this.button4);
102
this.groupBox1.Controls.
Add
(this.button5);
103
this.groupBox1.Controls.
Add
(this.button2);
104
this.groupBox1.Controls.
Add
(this.button6);
228
this.groupBox2.Controls.
Add
(this.checkedListBox1);
229
this.groupBox2.Controls.
Add
(this.label7);
230
this.groupBox2.Controls.
Add
(this.checkBox3);
231
this.groupBox2.Controls.
Add
(this.checkBox2);
232
this.groupBox2.Controls.
Add
(this.checkBox1);
303
this.groupBox3.Controls.
Add
(this.comboBox2);
304
this.groupBox3.Controls.
Add
(this.label11);
305
this.groupBox3.Controls.
Add
(this.comboBox1);
306
this.groupBox3.Controls.
Add
(this.label10);
369
this.groupBox4.Controls.
Add
(this.listView1);
370
this.groupBox4.Controls.
Add
(this.label8);
406
this.groupBox5.Controls.
Add
(this.linkLabel6);
407
this.groupBox5.Controls.
Add
(this.linkLabel5);
408
this.groupBox5.Controls.
Add
(this.linkLabel4);
409
this.groupBox5.Controls.
Add
(this.linkLabel3);
410
this.groupBox5.Controls.
Add
(this.label6);
411
this.groupBox5.Controls.
Add
(this.label5);
412
this.groupBox5.Controls.
Add
(this.label4);
413
this.groupBox5.Controls.
Add
(this.label3);
414
this.groupBox5.Controls.
Add
(this.linkLabel2);
415
this.groupBox5.Controls.
Add
(this.linkLabel1);
416
this.groupBox5.Controls.
Add
(this.label2);
417
this.groupBox5.Controls.
Add
(this.label1);
561
this.groupBox6.Controls.
Add
(this.listBox1);
562
this.groupBox6.Controls.
Add
(this.label12);
599
this.groupBox7.Controls.
Add
(this.maskedTextBox1);
600
this.groupBox7.Controls.
Add
(this.label9);
630
this.groupBox8.Controls.
Add
(this.dateTimePicker3);
631
this.groupBox8.Controls.
Add
(this.dateTimePicker2);
632
this.groupBox8.Controls.
Add
(this.dateTimePicker1);
683
this.Controls.
Add
(this.groupBox8);
684
this.Controls.
Add
(this.groupBox7);
685
this.Controls.
Add
(this.groupBox6);
686
this.Controls.
Add
(this.groupBox5);
687
this.Controls.
Add
(this.groupBox4);
688
this.Controls.
Add
(this.groupBox3);
689
this.Controls.
Add
(this.groupBox2);
690
this.Controls.
Add
(this.groupBox1);
CommonControl2.Designer.cs (17)
262
this.Controls.
Add
(this.label1);
263
this.Controls.
Add
(this.monthCalendar1);
264
this.Controls.
Add
(this.label2);
265
this.Controls.
Add
(this.numericUpDown1);
266
this.Controls.
Add
(this.label3);
267
this.Controls.
Add
(this.pictureBox1);
268
this.Controls.
Add
(this.label4);
269
this.Controls.
Add
(this.progressBar1);
270
this.Controls.
Add
(this.radioButton1);
271
this.Controls.
Add
(this.label5);
272
this.Controls.
Add
(this.richTextBox1);
273
this.Controls.
Add
(this.label6);
274
this.Controls.
Add
(this.textBox1);
275
this.Controls.
Add
(this.label7);
276
this.Controls.
Add
(this.treeView1);
277
this.Controls.
Add
(this.label8);
278
this.Controls.
Add
(this.webBrowser1);
ContainerControls.Designer.cs (53)
124
this.flowLayoutPanel2.Controls.
Add
(this.button2);
125
this.flowLayoutPanel2.Controls.
Add
(this.button5);
126
this.flowLayoutPanel2.Controls.
Add
(this.button6);
196
this.groupBox1.Controls.
Add
(this.button7);
218
this.groupBox2.Controls.
Add
(this.button8);
241
this.groupBox3.Controls.
Add
(this.button9);
264
this.groupBox4.Controls.
Add
(this.button10);
419
this.tabControl5.Controls.
Add
(this.tabPage9);
420
this.tabControl5.Controls.
Add
(this.tabPage10);
430
this.tabPage9.Controls.
Add
(this.button19);
452
this.tabPage10.Controls.
Add
(this.tabControl6);
464
this.tabControl6.Controls.
Add
(this.tabPage11);
465
this.tabControl6.Controls.
Add
(this.tabPage12);
476
this.tabPage11.Controls.
Add
(this.button20);
498
this.tabPage12.Controls.
Add
(this.button21);
523
this.flowLayoutPanel1.Controls.
Add
(this.button4);
524
this.flowLayoutPanel1.Controls.
Add
(this.button1);
525
this.flowLayoutPanel1.Controls.
Add
(this.button3);
575
this.panel2.Controls.
Add
(this.tabControl2);
584
this.tabControl2.Controls.
Add
(this.tabPage1);
585
this.tabControl2.Controls.
Add
(this.tabPage2);
606
this.tabPage2.Controls.
Add
(this.button12);
640
this.panel1.Controls.
Add
(this.tabControl1);
649
this.tabControl1.Controls.
Add
(this.tabPage3);
650
this.tabControl1.Controls.
Add
(this.tabPage4);
660
this.tabPage3.Controls.
Add
(this.button11);
682
this.tabPage4.Controls.
Add
(this.button13);
706
this.flowLayoutPanel3.Controls.
Add
(this.button14);
707
this.flowLayoutPanel3.Controls.
Add
(this.button22);
708
this.flowLayoutPanel3.Controls.
Add
(this.button23);
747
this.panel3.Controls.
Add
(this.tabControl3);
756
this.tabControl3.Controls.
Add
(this.tabPage5);
757
this.tabControl3.Controls.
Add
(this.tabPage6);
778
this.tabPage6.Controls.
Add
(this.button24);
804
this.Controls.
Add
(this.panel3);
805
this.Controls.
Add
(this.flowLayoutPanel3);
806
this.Controls.
Add
(this.panel1);
807
this.Controls.
Add
(this.label5);
808
this.Controls.
Add
(this.label1);
809
this.Controls.
Add
(this.flowLayoutPanel1);
810
this.Controls.
Add
(this.tabControl5);
811
this.Controls.
Add
(this.label10);
812
this.Controls.
Add
(this.label7);
813
this.Controls.
Add
(this.label6);
814
this.Controls.
Add
(this.panel2);
815
this.Controls.
Add
(this.groupBox4);
816
this.Controls.
Add
(this.groupBox3);
817
this.Controls.
Add
(this.groupBox2);
818
this.Controls.
Add
(this.groupBox1);
819
this.Controls.
Add
(this.label4);
820
this.Controls.
Add
(this.label2);
821
this.Controls.
Add
(this.label3);
822
this.Controls.
Add
(this.flowLayoutPanel2);
ContainerControls2.Designer.cs (20)
91
this.splitContainer1.Panel1.Controls.
Add
(this.button15);
97
this.splitContainer1.Panel2.Controls.
Add
(this.button16);
359
this.tabControl4.Controls.
Add
(this.tabPage7);
360
this.tabControl4.Controls.
Add
(this.tabPage8);
421
this.Controls.
Add
(this.tableLayoutPanel2);
422
this.Controls.
Add
(this.label18);
423
this.Controls.
Add
(this.tabControl4);
424
this.Controls.
Add
(this.label17);
425
this.Controls.
Add
(this.splitContainer2);
426
this.Controls.
Add
(this.label16);
427
this.Controls.
Add
(this.panel4);
428
this.Controls.
Add
(this.label15);
429
this.Controls.
Add
(this.groupBox5);
430
this.Controls.
Add
(this.label14);
431
this.Controls.
Add
(this.flowLayoutPanel4);
432
this.Controls.
Add
(this.label13);
433
this.Controls.
Add
(this.tableLayoutPanel1);
434
this.Controls.
Add
(this.label9);
435
this.Controls.
Add
(this.splitContainer1);
436
this.Controls.
Add
(this.label8);
DataBindingExample.Designer.cs (19)
111
this.panel1.Controls.
Add
(this.comboBox1);
112
this.panel1.Controls.
Add
(this.label1);
113
this.panel1.Controls.
Add
(this.textBox1);
114
this.panel1.Controls.
Add
(this.button1);
115
this.panel1.Controls.
Add
(this.linkLabel1);
116
this.panel1.Controls.
Add
(this.maskedTextBox1);
117
this.panel1.Controls.
Add
(this.checkBox1);
118
this.panel1.Controls.
Add
(this.richTextBox1);
119
this.panel1.Controls.
Add
(this.domainUpDown1);
120
this.panel1.Controls.
Add
(this.numericUpDown1);
121
this.panel1.Controls.
Add
(this.radioButton1);
274
this.Controls.
Add
(this.dataGridView1);
275
this.Controls.
Add
(this.panel1);
276
this.Controls.
Add
(this.label2);
277
this.Controls.
Add
(this.treeView1);
278
this.Controls.
Add
(this.listBox1);
279
this.Controls.
Add
(this.label3);
280
this.Controls.
Add
(this.listView1);
281
this.Controls.
Add
(this.label4);
DataControls.Designer.cs (3)
353
this.Controls.
Add
(this.dataGridView2);
354
this.Controls.
Add
(this.dataGridView1);
355
this.Controls.
Add
(this.bindingNavigator1);
DialogControls.Designer.cs (4)
85
this.Controls.
Add
(this.SaveFileDialog);
86
this.Controls.
Add
(this.OpenFileDialog);
87
this.Controls.
Add
(this.FolderBrowserDialog);
88
this.Controls.
Add
(this.ColorDialog);
Main.Designer.cs (11)
169
this.Controls.
Add
(this.button12);
170
this.Controls.
Add
(this.button10);
171
this.Controls.
Add
(this.button9);
172
this.Controls.
Add
(this.button8);
173
this.Controls.
Add
(this.button7);
174
this.Controls.
Add
(this.button6);
175
this.Controls.
Add
(this.button5);
176
this.Controls.
Add
(this.button4);
177
this.Controls.
Add
(this.button3);
178
this.Controls.
Add
(this.button2);
179
this.Controls.
Add
(this.button1);
Menu_Toolbars_controls.Designer.cs (3)
595
Controls.
Add
(toolStrip1);
596
Controls.
Add
(statusStrip1);
597
Controls.
Add
(menuStrip1);
MenuForm.Designer.cs (2)
62
this.Controls.
Add
(this.button2);
63
this.Controls.
Add
(this.button1);
PrintingControls.Designer.cs (8)
162
this.Controls.
Add
(this.printPreviewControl1);
163
this.Controls.
Add
(this.label2);
164
this.Controls.
Add
(this.button1);
165
this.Controls.
Add
(this.btnPrint);
166
this.Controls.
Add
(this.btnPreView);
167
this.Controls.
Add
(this.btnSetting);
168
this.Controls.
Add
(this.txtPrint);
169
this.Controls.
Add
(this.label1);
RemainingControls.Designer.cs (8)
119
this.Controls.
Add
(this.trackBar1);
120
this.Controls.
Add
(this.label2);
121
this.Controls.
Add
(this.domainUpDown1);
122
this.Controls.
Add
(this.label1);
123
this.Controls.
Add
(this.propertyGrid2);
124
this.Controls.
Add
(this.propertyGrid1);
125
this.Controls.
Add
(this.vScrollBar1);
126
this.Controls.
Add
(this.hScrollBar1);
ToolStripContainer.Designer.cs (5)
102
this.toolStripContainer2.ContentPanel.Controls.
Add
(this.toolStrip1);
103
this.toolStripContainer2.ContentPanel.Controls.
Add
(this.statusStrip1);
115
this.toolStripContainer2.TopToolStripPanel.Controls.
Add
(this.menuStrip1);
594
this.Controls.
Add
(this.button1);
595
this.Controls.
Add
(this.toolStripContainer2);
TrimTest (4)
Form1.Designer.cs (4)
52
splitContainer1.Panel1.Controls.
Add
(textBox1);
56
splitContainer1.Panel2.Controls.
Add
(button1);
57
splitContainer1.Panel2.Controls.
Add
(comboBox1);
101
Controls.
Add
(splitContainer1);
TrimTestBinaryDeserialization (1)
Form1.Designer.cs (1)
61
Controls.
Add
(listView1);
UnsupportedTypes (3)
CreateFrameworkTypes.cs (3)
75
form.Controls.
Add
(dataGrid);
129
form.Controls.
Add
(toolBar);
162
form.Controls.
Add
(statusBar);
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
739
{ Controls.
Add
(value); }
813
Controls.
Add
(_focusTarget);
WinFormsControlsTest (302)
AnchorLayoutTests.Designer.cs (9)
141
this.Controls.
Add
(this.button9);
142
this.Controls.
Add
(this.button8);
143
this.Controls.
Add
(this.button7);
144
this.Controls.
Add
(this.button6);
145
this.Controls.
Add
(this.button5);
146
this.Controls.
Add
(this.button4);
147
this.Controls.
Add
(this.button3);
148
this.Controls.
Add
(this.button2);
149
this.Controls.
Add
(this.button1);
Buttons.cs (4)
38
Controls.
Add
(table);
58
panel.Controls.
Add
(radioButton);
79
panel.Controls.
Add
(checkBox);
101
panel.Controls.
Add
(button);
Calendar.Designer.cs (16)
235
this.Controls.
Add
(this.currentDPILabel1);
236
this.Controls.
Add
(this.label5);
237
this.Controls.
Add
(this.showTodayCheckBox);
238
this.Controls.
Add
(this.showWeekNumbersCheckBox);
239
this.Controls.
Add
(this.resetMaxDateButton);
240
this.Controls.
Add
(this.resetMinDateButton);
241
this.Controls.
Add
(this.label4);
242
this.Controls.
Add
(this.daysOfWeekComboBox);
243
this.Controls.
Add
(this.label3);
244
this.Controls.
Add
(this.label2);
245
this.Controls.
Add
(this.setMaxDateButton);
246
this.Controls.
Add
(this.maxDateDateTimePicker);
247
this.Controls.
Add
(this.label1);
248
this.Controls.
Add
(this.setMinDateButton);
249
this.Controls.
Add
(this.minDateDateTimePicker);
250
this.Controls.
Add
(this.monthCalendar1);
ChartControl.Designer.cs (4)
416
this.Controls.
Add
(this.chart4);
417
this.Controls.
Add
(this.chart3);
418
this.Controls.
Add
(this.chart2);
419
this.Controls.
Add
(this.chart1);
CollectionEditors.Designer.cs (7)
109
this.Controls.
Add
(this.domainUpDown1);
110
this.Controls.
Add
(this.label1);
111
this.Controls.
Add
(this.propertyGrid1);
112
this.Controls.
Add
(this.listView1);
113
this.Controls.
Add
(this.textBox1);
114
this.Controls.
Add
(this.maskedTextBox1);
115
this.Controls.
Add
(this.comboBox1);
ComboBoxes.Designer.cs (16)
269
this.Controls.
Add
(this.currentDPILabel1);
270
this.Controls.
Add
(this.label1);
271
this.Controls.
Add
(this.dataBoundLabel);
272
this.Controls.
Add
(this.dataBoundComboBox);
273
this.Controls.
Add
(this.comboBox9);
274
this.Controls.
Add
(this.comboBox10);
275
this.Controls.
Add
(this.comboBox11);
276
this.Controls.
Add
(this.comboBox12);
277
this.Controls.
Add
(this.comboBox8);
278
this.Controls.
Add
(this.comboBox7);
279
this.Controls.
Add
(this.comboBox6);
280
this.Controls.
Add
(this.comboBox5);
281
this.Controls.
Add
(this.comboBox4);
282
this.Controls.
Add
(this.comboBox3);
283
this.Controls.
Add
(this.comboBox2);
284
this.Controls.
Add
(this.comboBox1);
ComboBoxesWithScrollBars.Designer.cs (22)
107
this.changeHeightGroupBox1.Controls.
Add
(this.label1);
108
this.changeHeightGroupBox1.Controls.
Add
(this.changeDDH_UpDown1);
109
this.changeHeightGroupBox1.Controls.
Add
(this.label2);
110
this.changeHeightGroupBox1.Controls.
Add
(this.changeCBHeight_UpDown2);
111
this.changeHeightGroupBox1.Controls.
Add
(this.label3);
112
this.changeHeightGroupBox1.Controls.
Add
(this.changeDDH_UpDown3);
197
this.changeMaxDropDownItemsGroupBox2.Controls.
Add
(this.maxDropDownItemsUpDown1);
198
this.changeMaxDropDownItemsGroupBox2.Controls.
Add
(this.maxDropDownItemsUpDown2);
199
this.changeMaxDropDownItemsGroupBox2.Controls.
Add
(this.maxDropDownItemsUpDown3);
251
this.changeIntegralHeightGroupBox3.Controls.
Add
(this.integralHeightCheckBox1);
252
this.changeIntegralHeightGroupBox3.Controls.
Add
(this.integralHeightCheckBox2);
253
this.changeIntegralHeightGroupBox3.Controls.
Add
(this.integralHeightCheckBox3);
298
this.changeHeightsStyleGroupBox4.Controls.
Add
(this.useDifferentHeightsCheckBox1);
299
this.changeHeightsStyleGroupBox4.Controls.
Add
(this.useDifferentHeightsCheckBox2);
300
this.changeHeightsStyleGroupBox4.Controls.
Add
(this.useDifferentHeightsCheckBox3);
350
this.Controls.
Add
(this.changeHeightGroupBox1);
351
this.Controls.
Add
(this.changeMaxDropDownItemsGroupBox2);
352
this.Controls.
Add
(this.changeIntegralHeightGroupBox3);
353
this.Controls.
Add
(this.changeHeightsStyleGroupBox4);
354
this.Controls.
Add
(this.comboBox1);
355
this.Controls.
Add
(this.comboBox2);
356
this.Controls.
Add
(this.comboBox3);
CustomComCtl32Button.cs (1)
72
Controls.
Add
(control);
DataGridViewInVirtualModeTest.Designer.cs (1)
86
this.Controls.
Add
(this.dataGridView1);
DataGridViewTest.Designer.cs (6)
210
this.Controls.
Add
(this.resetFontButton);
211
this.Controls.
Add
(this.label1);
212
this.Controls.
Add
(this.numericUpDown1);
213
this.Controls.
Add
(this.currentDPILabel1);
214
this.Controls.
Add
(this.changeFontButton);
215
this.Controls.
Add
(this.dataGridView1);
DateTimePicker.Designer.cs (5)
98
this.Controls.
Add
(dateTimePicker5);
99
this.Controls.
Add
(dateTimePicker4);
100
this.Controls.
Add
(dateTimePicker3);
101
this.Controls.
Add
(dateTimePicker2);
102
this.Controls.
Add
(dateTimePicker1);
DesignTimeAligned.Designer.cs (5)
97
this.Controls.
Add
(this.currentDPILabel1);
98
this.Controls.
Add
(this.textBox1);
99
this.Controls.
Add
(this.button1);
100
this.Controls.
Add
(this.label2);
101
this.Controls.
Add
(this.label1);
Dialogs.Designer.cs (8)
123
this.flowLayoutPanel1.Controls.
Add
(this.btnColorDialog);
124
this.flowLayoutPanel1.Controls.
Add
(this.btnThreadExceptionDialog);
125
this.flowLayoutPanel1.Controls.
Add
(this.btnPrintDialog);
126
this.flowLayoutPanel1.Controls.
Add
(this.btnFolderBrowserDialog);
127
this.flowLayoutPanel1.Controls.
Add
(this.btnOpenFileDialog);
128
this.flowLayoutPanel1.Controls.
Add
(this.btnSaveFileDialog);
151
this.Controls.
Add
(this.propertyGrid1);
152
this.Controls.
Add
(this.flowLayoutPanel1);
DockLayoutTests.Designer.cs (5)
98
this.Controls.
Add
(this.button5);
99
this.Controls.
Add
(this.button4);
100
this.Controls.
Add
(this.button2);
101
this.Controls.
Add
(this.button3);
102
this.Controls.
Add
(this.button1);
DragDrop.cs (1)
458
Controls.
Add
(tableLayoutPanel);
DragDrop.Designer.cs (1)
200
Controls.
Add
(tableLayoutPanel1);
ErrorProviderTest.Designer.cs (7)
131
this.Controls.
Add
(this.label1);
132
this.Controls.
Add
(this.label1_2);
133
this.Controls.
Add
(this.textBox1);
134
this.Controls.
Add
(this.label2);
135
this.Controls.
Add
(this.label2_1);
136
this.Controls.
Add
(this.textBox2);
137
this.Controls.
Add
(this.submitButton);
FormBorderStyles.Designer.cs (2)
58
this.Controls.
Add
(this.lblFormBorderStyle);
59
this.Controls.
Add
(this.btnChangeFormBorderStyle);
FormOwnerTestForm.cs (1)
46
Controls.
Add
(new Label()
FormShowInTaskbar.cs (2)
26
Controls.
Add
(btnTest);
58
form.Controls.
Add
(btnTest);
ListBoxes.Designer.cs (21)
229
this.Controls.
Add
(this.label1);
230
this.Controls.
Add
(this.listBox1);
231
this.Controls.
Add
(this.textBox1);
232
this.Controls.
Add
(this.addButton1);
233
this.Controls.
Add
(this.deleteButton1);
234
this.Controls.
Add
(this.label2);
235
this.Controls.
Add
(this.listBox2);
236
this.Controls.
Add
(this.textBox2);
237
this.Controls.
Add
(this.addButton2);
238
this.Controls.
Add
(this.deleteButton2);
239
this.Controls.
Add
(this.label3);
240
this.Controls.
Add
(this.listBox3);
241
this.Controls.
Add
(this.textBox3);
242
this.Controls.
Add
(this.addButton3);
243
this.Controls.
Add
(this.deleteButton3);
244
this.Controls.
Add
(this.label4);
245
this.Controls.
Add
(this.listBox4);
246
this.Controls.
Add
(this.textBox4);
247
this.Controls.
Add
(this.addButton4);
248
this.Controls.
Add
(this.deleteButton4);
249
this.Controls.
Add
(this.propertyGrid);
ListViewTest.cs (1)
140
Controls.
Add
(listView2);
ListViewTest.Designer.cs (5)
153
this.Controls.
Add
(this.btnReplaceImageListView1);
154
this.Controls.
Add
(this.btnLoadImagesListView1);
155
this.Controls.
Add
(this.btnClearListView1);
156
this.Controls.
Add
(this.listView1);
157
this.Controls.
Add
(this.listView3);
MainForm.cs (1)
38
overarchingFlowLayoutPanel.Controls.
Add
(button);
MainForm.Designer.cs (1)
51
this.Controls.
Add
(this.overarchingFlowLayoutPanel);
MdiChild.cs (2)
64
Controls.
Add
(_menuStrip);
76
MyParent.Controls.
Add
(MyParent.MainMenu);
MdiChild.Designer.cs (8)
47
this.panel1.Controls.
Add
(this.chkRightToLeft);
48
this.panel1.Controls.
Add
(this.chkChildAlign);
49
this.panel1.Controls.
Add
(this.chkAddMenustrip);
50
this.panel1.Controls.
Add
(this.chkAddParentMenustrip);
51
this.panel1.Controls.
Add
(this.chkSetMenustrip);
52
this.panel1.Controls.
Add
(this.chkSetParentMenustrip);
53
this.panel1.Controls.
Add
(this.btnOpenChild);
143
this.Controls.
Add
(this.panel1);
MediaPlayer.Designer.cs (1)
56
this.Controls.
Add
(this.axWindowsMediaPlayer1);
MenuStripAndCheckedListBox.Designer.cs (2)
286
this.Controls.
Add
(this.currentDpiLabel);
287
this.Controls.
Add
(this.menuStrip1);
MessageBoxes.Designer.cs (1)
54
this.Controls.
Add
(this.propertyGrid1);
MultipleControls.cs (1)
102
Controls.
Add
(listView2);
MultipleControls.Designer.cs (21)
127
this.tabControl1.Controls.
Add
(this.tabPage1);
128
this.tabControl1.Controls.
Add
(this.tabPage2);
139
this.tabPage1.Controls.
Add
(this.comboBox1);
158
this.tabPage2.Controls.
Add
(this.checkBox1);
159
this.tabPage2.Controls.
Add
(this.checkBox2);
214
this.groupBox1.Controls.
Add
(this.radioButton2);
215
this.groupBox1.Controls.
Add
(this.radioButton1);
302
this.Controls.
Add
(this.checkedListBox2);
303
this.Controls.
Add
(this.domainUpDown1);
304
this.Controls.
Add
(this.numericUpDown1);
305
this.Controls.
Add
(this.checkedListBox1);
306
this.Controls.
Add
(this.groupBox1);
307
this.Controls.
Add
(this.tabControl1);
308
this.Controls.
Add
(this.textBox1);
309
this.Controls.
Add
(this.richTextBox1);
310
this.Controls.
Add
(this.maskedTextBox1);
311
this.Controls.
Add
(this.label1);
312
this.Controls.
Add
(this.button1);
313
this.Controls.
Add
(this.progressBar1);
314
this.Controls.
Add
(this.linkLabel1);
315
this.Controls.
Add
(this.linkLabel2);
Panels.Designer.cs (1)
91
this.Controls.
Add
(this.tableLayoutPanel1);
Password.Designer.cs (20)
240
Controls.
Add
(label11);
241
Controls.
Add
(label10);
242
Controls.
Add
(label9);
243
Controls.
Add
(label8);
244
Controls.
Add
(label7);
245
Controls.
Add
(label6);
246
Controls.
Add
(label5);
247
Controls.
Add
(label4);
248
Controls.
Add
(label3);
249
Controls.
Add
(textBox5);
250
Controls.
Add
(textBox4);
251
Controls.
Add
(button1);
252
Controls.
Add
(textBox3);
253
Controls.
Add
(maskedTextBox3);
254
Controls.
Add
(maskedTextBox2);
255
Controls.
Add
(maskedTextBox1);
256
Controls.
Add
(label2);
257
Controls.
Add
(label1);
258
Controls.
Add
(textBox2);
259
Controls.
Add
(textBox1);
PictureBoxes.Designer.cs (3)
84
this.Controls.
Add
(this.imageUri);
85
this.Controls.
Add
(this.btnloadImage);
86
this.Controls.
Add
(this.pictureBox1);
PropertyGrid.Designer.cs (1)
52
this.Controls.
Add
(this.propertyGrid1);
RichTextBoxes.cs (3)
132
prompt.Controls.
Add
(textBox);
133
prompt.Controls.
Add
(confirmation);
134
prompt.Controls.
Add
(textLabel);
RichTextBoxes.Designer.cs (2)
65
this.Controls.
Add
(this.richTextBox2);
66
this.Controls.
Add
(this.richTextBox1);
ScalingBeforeChanges.Designer.cs (1)
52
this.Controls.
Add
(this.checkBox1);
ScrollableControls.Designer.cs (33)
92
flowLayoutPanel1.Controls.
Add
(button1);
93
flowLayoutPanel1.Controls.
Add
(button2);
94
flowLayoutPanel1.Controls.
Add
(button3);
95
flowLayoutPanel1.Controls.
Add
(button4);
96
flowLayoutPanel1.Controls.
Add
(button5);
160
panel1.Controls.
Add
(button9);
161
panel1.Controls.
Add
(button8);
162
panel1.Controls.
Add
(button7);
163
panel1.Controls.
Add
(button6);
223
splitContainer1.Panel1.Controls.
Add
(button16);
224
splitContainer1.Panel1.Controls.
Add
(button15);
225
splitContainer1.Panel1.Controls.
Add
(button10);
230
splitContainer1.Panel2.Controls.
Add
(button14);
231
splitContainer1.Panel2.Controls.
Add
(button13);
232
splitContainer1.Panel2.Controls.
Add
(button12);
233
splitContainer1.Panel2.Controls.
Add
(button11);
312
tabControl1.Controls.
Add
(tabPage1);
313
tabControl1.Controls.
Add
(tabPage2);
323
tabPage1.Controls.
Add
(button17);
439
Controls.
Add
(listBox1);
440
Controls.
Add
(label7);
441
Controls.
Add
(label6);
442
Controls.
Add
(treeView1);
443
Controls.
Add
(textBox1);
444
Controls.
Add
(label5);
445
Controls.
Add
(label4);
446
Controls.
Add
(tabControl1);
447
Controls.
Add
(label3);
448
Controls.
Add
(splitContainer1);
449
Controls.
Add
(label2);
450
Controls.
Add
(panel1);
451
Controls.
Add
(label1);
452
Controls.
Add
(flowLayoutPanel1);
ScrollBars.Designer.cs (9)
138
this.Controls.
Add
(this.lblVValue);
139
this.Controls.
Add
(this.lblHValue);
140
this.Controls.
Add
(this.lblMaximum);
141
this.Controls.
Add
(this.lblMinimum);
142
this.Controls.
Add
(this.chbRightToLeft);
143
this.Controls.
Add
(this.numericMaximum);
144
this.Controls.
Add
(this.numericMinimum);
145
this.Controls.
Add
(this.vScrollBar);
146
this.Controls.
Add
(this.hScrollBar);
Splitter.Designer.cs (1)
63
this.Controls.
Add
(this.splitContainer1);
TaskDialogSamples.cs (1)
41
flowLayout.Controls.
Add
(button);
TextBoxes.Designer.cs (6)
154
this.Controls.
Add
(this.textBox);
155
this.Controls.
Add
(this.RTLTextBox);
156
this.Controls.
Add
(this.multilineTextBox);
157
this.Controls.
Add
(this.RTLMultilineTextBox);
158
this.Controls.
Add
(this.richTextBox);
159
this.Controls.
Add
(this.RTLRichTextBox);
ToolStripSeparatorPreferredSize.cs (3)
88
Controls.
Add
(_toolStrip1);
89
Controls.
Add
(_label1);
90
Controls.
Add
(_buttonChangeOrientation);
ToolStripTests.Designer.cs (6)
438
this.Controls.
Add
(this.label1);
439
this.Controls.
Add
(this.statusStrip1);
440
this.Controls.
Add
(this.toolStrip4);
441
this.Controls.
Add
(this.toolStrip3);
442
this.Controls.
Add
(this.toolStrip2);
443
this.Controls.
Add
(this.toolStrip1);
ToolTipTests.Designer.cs (8)
84
this.flowLayoutPanel1.Controls.
Add
(this.automaticDelayButton);
85
this.flowLayoutPanel1.Controls.
Add
(this.autoPopDelayButton);
86
this.flowLayoutPanel1.Controls.
Add
(this.delaysNotSetButton);
87
this.flowLayoutPanel1.Controls.
Add
(this.defaultAutomaticDelayButton);
88
this.flowLayoutPanel1.Controls.
Add
(this.defaultAutoPopDelayButton);
89
this.flowLayoutPanel1.Controls.
Add
(this.initialDelayButton);
90
this.flowLayoutPanel1.Controls.
Add
(this.autoEllipsisButton);
162
this.Controls.
Add
(this.flowLayoutPanel1);
TrackBars.Designer.cs (15)
96
this.gbOrientation.Controls.
Add
(this.rbHorizontal);
97
this.gbOrientation.Controls.
Add
(this.rbVertical);
250
this.Controls.
Add
(this.lblTrackBarValue);
251
this.Controls.
Add
(this.lblTrackBarSize);
252
this.Controls.
Add
(this.lblTickFrequency);
253
this.Controls.
Add
(this.lblMaximum);
254
this.Controls.
Add
(this.lblMinimum);
255
this.Controls.
Add
(this.numericFrequency);
256
this.Controls.
Add
(this.numericMaximum);
257
this.Controls.
Add
(this.numericMinimum);
258
this.Controls.
Add
(this.chbRightToLeftLayout);
259
this.Controls.
Add
(this.chbRightToLeft);
260
this.Controls.
Add
(this.gbOrientation);
261
this.Controls.
Add
(this.trackBar1);
262
this.Controls.
Add
(this.tickstyleNone);
TreeViewTest.Designer.cs (1)
65
this.Controls.
Add
(this.treeView1);