1 override of Add
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2199
public override void
Add
(Control control, int column, int row) => _realCollection.Add(control, column, row);
287 references to Add
PresentationUI (90)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (51)
126
this.tableLayoutPanel3.Controls.
Add
(this._okButton, 0, 1);
127
this.tableLayoutPanel3.Controls.
Add
(this._tabControl, 0, 0);
164
this.tableLayoutPanel1.Controls.
Add
(this._titleLabel, 0, 0);
165
this.tableLayoutPanel1.Controls.
Add
(this._title, 1, 0);
166
this.tableLayoutPanel1.Controls.
Add
(this._authorLabel, 0, 1);
167
this.tableLayoutPanel1.Controls.
Add
(this._author, 1, 1);
168
this.tableLayoutPanel1.Controls.
Add
(this._subjectLabel, 0, 2);
169
this.tableLayoutPanel1.Controls.
Add
(this._subject, 1, 2);
170
this.tableLayoutPanel1.Controls.
Add
(this._subjectLine, 0, 3);
171
this.tableLayoutPanel1.Controls.
Add
(this._descriptionLabel, 0, 4);
172
this.tableLayoutPanel1.Controls.
Add
(this._description, 1, 4);
173
this.tableLayoutPanel1.Controls.
Add
(this._keywordsLabel, 0, 5);
174
this.tableLayoutPanel1.Controls.
Add
(this._keywords, 1, 5);
175
this.tableLayoutPanel1.Controls.
Add
(this._categoryLabel, 0, 6);
176
this.tableLayoutPanel1.Controls.
Add
(this._category, 1, 6);
177
this.tableLayoutPanel1.Controls.
Add
(this._categoryLine, 0, 7);
178
this.tableLayoutPanel1.Controls.
Add
(this._languageLabel, 0, 8);
179
this.tableLayoutPanel1.Controls.
Add
(this._language, 1, 8);
180
this.tableLayoutPanel1.Controls.
Add
(this._contentLabel, 0, 9);
181
this.tableLayoutPanel1.Controls.
Add
(this._content, 1, 9);
182
this.tableLayoutPanel1.Controls.
Add
(this._contentLine, 0, 10);
183
this.tableLayoutPanel1.Controls.
Add
(this._statusLabel, 0, 11);
184
this.tableLayoutPanel1.Controls.
Add
(this._status, 1, 11);
185
this.tableLayoutPanel1.Controls.
Add
(this._versionLabel, 0, 12);
186
this.tableLayoutPanel1.Controls.
Add
(this._version, 1, 12);
187
this.tableLayoutPanel1.Controls.
Add
(this._identifierLabel, 0, 13);
188
this.tableLayoutPanel1.Controls.
Add
(this._identifier, 1, 13);
435
this.tableLayoutPanel2.Controls.
Add
(this.tableLayoutPanel4, 0, 0);
436
this.tableLayoutPanel2.Controls.
Add
(this._documentDetailBox, 0, 2);
437
this.tableLayoutPanel2.Controls.
Add
(this._fileSystemBox, 0, 1);
455
this.tableLayoutPanel4.Controls.
Add
(this._iconPictureBox, 0, 0);
456
this.tableLayoutPanel4.Controls.
Add
(this._filename, 1, 0);
457
this.tableLayoutPanel4.Controls.
Add
(this._documentType, 1, 1);
458
this.tableLayoutPanel4.Controls.
Add
(this._sizeLabel, 1, 2);
459
this.tableLayoutPanel4.Controls.
Add
(this._size, 2, 2);
537
this._documentTable.Controls.
Add
(this._documentPrintedDate, 1, 4);
538
this._documentTable.Controls.
Add
(this._documentModifiedDate, 1, 3);
539
this._documentTable.Controls.
Add
(this._documentCreatedDate, 1, 2);
540
this._documentTable.Controls.
Add
(this._revision, 1, 1);
541
this._documentTable.Controls.
Add
(this._documentPrintedLabel, 0, 4);
542
this._documentTable.Controls.
Add
(this._documentModifiedLabel, 0, 3);
543
this._documentTable.Controls.
Add
(this._documentCreatedLabel, 0, 2);
544
this._documentTable.Controls.
Add
(this._revisionLabel, 0, 1);
545
this._documentTable.Controls.
Add
(this._lastSavedLabel, 0, 0);
546
this._documentTable.Controls.
Add
(this._lastSaved, 1, 0);
660
this._fileTable.Controls.
Add
(this._fileModifiedDate, 1, 1);
661
this._fileTable.Controls.
Add
(this._fileAccessedDate, 1, 2);
662
this._fileTable.Controls.
Add
(this._fileCreatedLabel, 0, 0);
663
this._fileTable.Controls.
Add
(this._fileModifiedLabel, 0, 1);
664
this._fileTable.Controls.
Add
(this._fileCreatedDate, 1, 0);
665
this._fileTable.Controls.
Add
(this._fileAccessedLabel, 0, 2);
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (5)
60
this._mainDialogTableLayoutPanel.Controls.
Add
(this._buttonFlowLayoutPanel, 0, 2);
61
this._mainDialogTableLayoutPanel.Controls.
Add
(this._userInputtableLayoutPanel, 0, 1);
62
this._mainDialogTableLayoutPanel.Controls.
Add
(this._instructionLabel, 0, 0);
103
this._userInputtableLayoutPanel.Controls.
Add
(this._listButtonFlowLayoutPanel, 1, 0);
104
this._userInputtableLayoutPanel.Controls.
Add
(this._credListBox, 0, 0);
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (11)
98
_userInputTableLayoutPanel.Controls.
Add
(_dateTimePicker, 0, 7);
99
_userInputTableLayoutPanel.Controls.
Add
(_requestedLocationTextBox, 0, 5);
100
_userInputTableLayoutPanel.Controls.
Add
(_signatureAppliedByDateLabel, 0, 6);
101
_userInputTableLayoutPanel.Controls.
Add
(_requestSignerNameLabel, 0, 0);
102
_userInputTableLayoutPanel.Controls.
Add
(_requestLocationLabel, 0, 4);
103
_userInputTableLayoutPanel.Controls.
Add
(_requestedSignerNameTextBox, 0, 1);
104
_userInputTableLayoutPanel.Controls.
Add
(_intentLabel, 0, 2);
105
_userInputTableLayoutPanel.Controls.
Add
(_intentComboBox, 0, 3);
201
_mainDialogTableLayoutPanel.Controls.
Add
(_userInputTableLayoutPanel, 0, 0);
202
_mainDialogTableLayoutPanel.Controls.
Add
(_divider, 0, 1);
203
_mainDialogTableLayoutPanel.Controls.
Add
(_buttomControlLayoutpanel, 0, 2);
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (4)
151
this._tableLayoutPanel1.Controls.
Add
(this._networkRadioButton, 0, 1);
152
this._tableLayoutPanel1.Controls.
Add
(this._pictureBox2, 1, 1);
153
this._tableLayoutPanel1.Controls.
Add
(this._passportRadioButton, 0, 3);
154
this._tableLayoutPanel1.Controls.
Add
(this._pictureBox4, 1, 3);
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (4)
51
this.tableLayoutPanel1.Controls.
Add
(this.flowLayoutPanel2, 0, 1);
52
this.tableLayoutPanel1.Controls.
Add
(this.tableLayoutPanel2, 0, 2);
87
this.tableLayoutPanel2.Controls.
Add
(this.label3, 0, 0);
88
this.tableLayoutPanel2.Controls.
Add
(this.progressBar1, 0, 1);
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (4)
187
_mainLayoutTable.Controls.
Add
(_listboxMainPanel, 0, 1);
188
_mainLayoutTable.Controls.
Add
(_flowpanelMiddleControls, 0, 2);
189
_mainLayoutTable.Controls.
Add
(_divider, 0, 3);
190
_mainLayoutTable.Controls.
Add
(_flowpanelBottomControls, 0, 4);
MS\Internal\Documents\SigningDialog.Designer.cs (11)
74
_signatureControlInputLayoutTable.Controls.
Add
(_divider, 0, 8);
75
_signatureControlInputLayoutTable.Controls.
Add
(_addDigSigCheckBox, 0, 7);
76
_signatureControlInputLayoutTable.Controls.
Add
(_signerlabel, 0, 0);
77
_signatureControlInputLayoutTable.Controls.
Add
(_addDocPropCheckBox, 0, 6);
78
_signatureControlInputLayoutTable.Controls.
Add
(_reasonLabel, 0, 1);
79
_signatureControlInputLayoutTable.Controls.
Add
(_reasonComboBox, 0, 2);
80
_signatureControlInputLayoutTable.Controls.
Add
(_actionlabel, 0, 5);
81
_signatureControlInputLayoutTable.Controls.
Add
(_locationLabel, 0, 3);
82
_signatureControlInputLayoutTable.Controls.
Add
(_locationTextBox, 0, 4);
241
_mainLayoutTable.Controls.
Add
(_userInputFlowPanel, 0, 1);
242
_mainLayoutTable.Controls.
Add
(_buttonflowLayoutPanel, 0, 2);
System.Windows.Forms (11)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (7)
199
_buttonTableLayoutPanel.Controls.
Add
(_cancelButton, 2, 0);
200
_buttonTableLayoutPanel.Controls.
Add
(_okButton, 1, 0);
201
_buttonTableLayoutPanel.Controls.
Add
(_detailsButton, 0, 0);
221
_pictureLabelTableLayoutPanel.Controls.
Add
(_messageLabel, 1, 0);
222
_pictureLabelTableLayoutPanel.Controls.
Add
(_pictureBox, 0, 0);
241
_overarchingTableLayoutPanel.Controls.
Add
(_buttonTableLayoutPanel, 0, 1);
242
_overarchingTableLayoutPanel.Controls.
Add
(_pictureLabelTableLayoutPanel, 0, 0);
System\Windows\Forms\MDI\MDIWindowDialog.cs (2)
127
_okCancelTableLayoutPanel.Controls.
Add
(_okButton, 0, 0);
128
_okCancelTableLayoutPanel.Controls.
Add
(_cancelButton, 1, 0);
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (2)
69
_tableLayoutPanel.Controls.
Add
(_messageLabel, 0, 0);
70
_tableLayoutPanel.Controls.
Add
(_cancelButton, 0, 1);
System.Windows.Forms.Design (150)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (9)
217
_radioButtonsTableLayoutPanel.Controls.
Add
(_radioUnicode, 3, 0);
218
_radioButtonsTableLayoutPanel.Controls.
Add
(_radioAuto, 0, 0);
219
_radioButtonsTableLayoutPanel.Controls.
Add
(_radioAnsi, 2, 0);
220
_radioButtonsTableLayoutPanel.Controls.
Add
(_radioHex, 1, 0);
260
_okSaveTableLayoutPanel.Controls.
Add
(_buttonOK, 0, 0);
261
_okSaveTableLayoutPanel.Controls.
Add
(_buttonSave, 1, 0);
270
_overarchingTableLayoutPanel.Controls.
Add
(_byteViewer, 0, 0);
271
_overarchingTableLayoutPanel.Controls.
Add
(_groupBoxMode, 0, 1);
272
_overarchingTableLayoutPanel.Controls.
Add
(_okSaveTableLayoutPanel, 0, 2);
System\ComponentModel\Design\ByteViewer.cs (2)
468
Controls.
Add
(_scrollBar, 0, 0);
469
Controls.
Add
(_edit, 0, 0);
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (12)
474
_okCancelTableLayoutPanel.Controls.
Add
(_okButton, 0, 0);
475
_okCancelTableLayoutPanel.Controls.
Add
(_cancelButton, 1, 0);
480
_overArchingTableLayoutPanel.Controls.
Add
(_downButton, 1, 2);
481
_overArchingTableLayoutPanel.Controls.
Add
(_addRemoveTableLayoutPanel, 0, 3);
482
_overArchingTableLayoutPanel.Controls.
Add
(_propertiesLabel, 2, 0);
483
_overArchingTableLayoutPanel.Controls.
Add
(_membersLabel, 0, 0);
484
_overArchingTableLayoutPanel.Controls.
Add
(_listBox, 0, 1);
485
_overArchingTableLayoutPanel.Controls.
Add
(_propertyGrid, 2, 1);
486
_overArchingTableLayoutPanel.Controls.
Add
(_okCancelTableLayoutPanel, 0, 4);
487
_overArchingTableLayoutPanel.Controls.
Add
(_upButton, 1, 1);
491
_addRemoveTableLayoutPanel.Controls.
Add
(_addButton, 0, 0);
492
_addRemoveTableLayoutPanel.Controls.
Add
(_removeButton, 2, 0);
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (7)
96
_tableLayoutPanel.Controls.
Add
(_noneCheckBox, 0, 0);
97
_tableLayoutPanel.Controls.
Add
(_allCheckBox, 0, 2);
98
_tableLayoutPanel.Controls.
Add
(_topCheckBox, 0, 3);
99
_tableLayoutPanel.Controls.
Add
(_bottomCheckBox, 0, 4);
100
_tableLayoutPanel.Controls.
Add
(_rightCheckBox, 0, 6);
101
_tableLayoutPanel.Controls.
Add
(_leftCheckBox, 0, 5);
102
_tableLayoutPanel.Controls.
Add
(_splitterLabel, 0, 1);
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (17)
300
_overarchingTableLayoutPanel.Controls.
Add
(_checkBoxesTableLayoutPanel, 0, 10);
301
_overarchingTableLayoutPanel.Controls.
Add
(_okCancelTableLayoutPanel, 2, 11);
302
_overarchingTableLayoutPanel.Controls.
Add
(_dataBoundColumnRadioButton, 0, 0);
303
_overarchingTableLayoutPanel.Controls.
Add
(_columnInDataSourceLabel, 1, 1);
304
_overarchingTableLayoutPanel.Controls.
Add
(_dataColumns, 1, 2);
305
_overarchingTableLayoutPanel.Controls.
Add
(_unboundColumnRadioButton, 0, 4);
306
_overarchingTableLayoutPanel.Controls.
Add
(_nameLabel, 1, 5);
307
_overarchingTableLayoutPanel.Controls.
Add
(_nameTextBox, 2, 5);
308
_overarchingTableLayoutPanel.Controls.
Add
(_typeLabel, 1, 7);
309
_overarchingTableLayoutPanel.Controls.
Add
(_columnTypesCombo, 2, 7);
310
_overarchingTableLayoutPanel.Controls.
Add
(_headerTextLabel, 1, 9);
311
_overarchingTableLayoutPanel.Controls.
Add
(_headerTextBox, 2, 9);
333
_checkBoxesTableLayoutPanel.Controls.
Add
(_frozenCheckBox, 2, 0);
334
_checkBoxesTableLayoutPanel.Controls.
Add
(_visibleCheckBox, 0, 0);
335
_checkBoxesTableLayoutPanel.Controls.
Add
(_readOnlyCheckBox, 1, 0);
366
_okCancelTableLayoutPanel.Controls.
Add
(_addButton, 0, 0);
367
_okCancelTableLayoutPanel.Controls.
Add
(_cancelButton, 1, 0);
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (11)
152
_sampleViewTableLayoutPanel.Controls.
Add
(_sampleViewGridsTableLayoutPanel, 0, 1);
153
_sampleViewTableLayoutPanel.Controls.
Add
(_label1, 0, 0);
164
_sampleViewGridsTableLayoutPanel.Controls.
Add
(_normalLabel, 1, 0);
165
_sampleViewGridsTableLayoutPanel.Controls.
Add
(_sampleDataGridView, 1, 1);
166
_sampleViewGridsTableLayoutPanel.Controls.
Add
(_selectedLabel, 3, 0);
167
_sampleViewGridsTableLayoutPanel.Controls.
Add
(_sampleDataGridViewSelected, 3, 1);
215
_okCancelTableLayoutPanel.Controls.
Add
(_okButton, 0, 0);
216
_okCancelTableLayoutPanel.Controls.
Add
(_cancelButton, 1, 0);
229
_overarchingTableLayoutPanel.Controls.
Add
(_cellStyleProperties, 0, 0);
230
_overarchingTableLayoutPanel.Controls.
Add
(_okCancelTableLayoutPanel, 0, 2);
231
_overarchingTableLayoutPanel.Controls.
Add
(_previewGroupBox, 0, 1);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (12)
538
_overarchingTableLayoutPanel.Controls.
Add
(_addRemoveTableLayoutPanel, 0, 3);
539
_overarchingTableLayoutPanel.Controls.
Add
(_moveUp, 1, 1);
540
_overarchingTableLayoutPanel.Controls.
Add
(_selectedColumnsLabel, 0, 0);
541
_overarchingTableLayoutPanel.Controls.
Add
(_moveDown, 1, 2);
542
_overarchingTableLayoutPanel.Controls.
Add
(_propertyGridLabel, 2, 0);
543
_overarchingTableLayoutPanel.Controls.
Add
(_selectedColumns, 0, 1);
544
_overarchingTableLayoutPanel.Controls.
Add
(_propertyGrid1, 2, 1);
545
_overarchingTableLayoutPanel.Controls.
Add
(_okCancelTableLayoutPanel, 0, 4);
557
_addRemoveTableLayoutPanel.Controls.
Add
(_addButton, 0, 0);
558
_addRemoveTableLayoutPanel.Controls.
Add
(_deleteButton, 1, 0);
590
_okCancelTableLayoutPanel.Controls.
Add
(_cancelButton, 1, 0);
591
_okCancelTableLayoutPanel.Controls.
Add
(_okButton, 0, 0);
System\Windows\Forms\Design\FormatControl.cs (3)
274
tableLayoutPanel1.Controls.
Add
(_customStringTextBox, 1, 1);
292
tableLayoutPanel1.Controls.
Add
(dateTimeFormatsListBox, 0, 2);
347
tableLayoutPanel1.Controls.
Add
(_customStringTextBox, 1, 1);
System\Windows\Forms\Design\FormatControl.Designer.cs (12)
69
tableLayoutPanel3.Controls.
Add
(this.explanationLabel, 0, 0);
70
tableLayoutPanel3.Controls.
Add
(this.tableLayoutPanel2, 1, 1);
71
tableLayoutPanel3.Controls.
Add
(this.formatTypeLabel, 0, 1);
72
tableLayoutPanel3.Controls.
Add
(this.formatTypeListBox, 0, 2);
84
tableLayoutPanel2.Controls.
Add
(this.sampleGroupBox, 0, 0);
85
tableLayoutPanel2.Controls.
Add
(this.tableLayoutPanel1, 0, 1);
105
tableLayoutPanel1.Controls.
Add
(this.nullValueLabel, 0, 0);
106
tableLayoutPanel1.Controls.
Add
(this.nullValueTextBox, 1, 0);
107
tableLayoutPanel1.Controls.
Add
(this.secondRowLabel, 0, 1);
108
tableLayoutPanel1.Controls.
Add
(this.decimalPlacesUpDown, 1, 1);
109
tableLayoutPanel1.Controls.
Add
(this.dateTimeFormatsListBox, 0, 2);
110
tableLayoutPanel1.Controls.
Add
(this.thirdRowLabel, 1, 2);
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (2)
90
_okCancelTableLayoutPanel.Controls.
Add
(_okButton, 0, 0);
91
_okCancelTableLayoutPanel.Controls.
Add
(_cancelButton, 1, 0);
System\Windows\Forms\Design\MaskDesignerDialog.cs (11)
217
_maskTryItTable.Controls.
Add
(_checkBoxUseValidatingType, 2, 0);
218
_maskTryItTable.Controls.
Add
(_lblMask, 0, 0);
219
_maskTryItTable.Controls.
Add
(_txtBoxMask, 1, 0);
220
_maskTryItTable.Controls.
Add
(_lblTryIt, 0, 1);
221
_maskTryItTable.Controls.
Add
(_maskedTextBox, 1, 1);
249
_overarchingTableLayoutPanel.Controls.
Add
(_maskTryItTable, 0, 3);
250
_overarchingTableLayoutPanel.Controls.
Add
(_okCancelTableLayoutPanel, 0, 4);
251
_overarchingTableLayoutPanel.Controls.
Add
(_lblHeader, 0, 1);
252
_overarchingTableLayoutPanel.Controls.
Add
(_listViewCannedMasks, 0, 2);
265
_okCancelTableLayoutPanel.Controls.
Add
(_btnCancel, 1, 0);
266
_okCancelTableLayoutPanel.Controls.
Add
(_btnOK, 0, 0);
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (7)
139
_outerPanel.Controls.
Add
(_modifiersLabel, 0, 0);
140
_outerPanel.Controls.
Add
(_ctrlCheckBox, 0, 1);
141
_outerPanel.Controls.
Add
(_shiftCheckBox, 1, 1);
142
_outerPanel.Controls.
Add
(_altCheckBox, 2, 1);
179
_innerPanel.Controls.
Add
(_keyLabel, 0, 0);
180
_innerPanel.Controls.
Add
(_keyComboBox, 0, 1);
181
_innerPanel.Controls.
Add
(_resetButton, 1, 1);
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (4)
113
_overarchingLayoutPanel.Controls.
Add
(_instruction, 0, 0);
114
_overarchingLayoutPanel.Controls.
Add
(_textEntry, 0, 2);
115
_overarchingLayoutPanel.Controls.
Add
(_okButton, 0, 3);
116
_overarchingLayoutPanel.Controls.
Add
(_cancelButton, 1, 3);
System\Windows\Forms\Design\StyleEditorForm.cs (24)
201
_addRemoveInsertTableLayoutPanel.Controls.
Add
(_addButton, 0, 0);
202
_addRemoveInsertTableLayoutPanel.Controls.
Add
(_removeButton, 1, 0);
203
_addRemoveInsertTableLayoutPanel.Controls.
Add
(_insertButton, 2, 0);
237
_okCancelTableLayoutPanel.Controls.
Add
(_okButton, 0, 0);
238
_okCancelTableLayoutPanel.Controls.
Add
(_cancelButton, 1, 0);
264
_overarchingTableLayoutPanel.Controls.
Add
(_sizeTypeGroupBox, 1, 0);
265
_overarchingTableLayoutPanel.Controls.
Add
(_okCancelTableLayoutPanel, 0, 4);
266
_overarchingTableLayoutPanel.Controls.
Add
(_showTableLayoutPanel, 0, 0);
267
_overarchingTableLayoutPanel.Controls.
Add
(_addRemoveInsertTableLayoutPanel, 0, 3);
268
_overarchingTableLayoutPanel.Controls.
Add
(_columnsAndRowsListView, 0, 1);
269
_overarchingTableLayoutPanel.Controls.
Add
(_helperTextTableLayoutPanel, 1, 2);
281
_showTableLayoutPanel.Controls.
Add
(_memberTypeLabel, 0, 0);
282
_showTableLayoutPanel.Controls.
Add
(_columnsOrRowsComboBox, 1, 0);
333
_helperTextTableLayoutPanel.Controls.
Add
(_infoPictureBox2, 0, 1);
334
_helperTextTableLayoutPanel.Controls.
Add
(_infoPictureBox1, 0, 0);
335
_helperTextTableLayoutPanel.Controls.
Add
(_helperLinkLabel1, 1, 0);
336
_helperTextTableLayoutPanel.Controls.
Add
(_helperLinkLabel2, 1, 1);
385
_sizeTypeTableLayoutPanel.Controls.
Add
(_absoluteNumericUpDown, 1, 0);
386
_sizeTypeTableLayoutPanel.Controls.
Add
(_absoluteRadioButton, 0, 0);
387
_sizeTypeTableLayoutPanel.Controls.
Add
(_pixelsLabel, 2, 0);
388
_sizeTypeTableLayoutPanel.Controls.
Add
(_percentLabel, 2, 1);
389
_sizeTypeTableLayoutPanel.Controls.
Add
(_percentRadioButton, 0, 1);
390
_sizeTypeTableLayoutPanel.Controls.
Add
(_autoSizedRadioButton, 0, 2);
391
_sizeTypeTableLayoutPanel.Controls.
Add
(_percentNumericUpDown, 1, 1);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
456
Table.Controls.
Add
(c, col, row);
2199
public override void Add(Control control, int column, int row) => _realCollection.
Add
(control, column, row);
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (15)
235
_okCancelPanel.Controls.
Add
(_okButton, 0, 0);
236
_okCancelPanel.Controls.
Add
(_btnCancel, 1, 0);
254
_nodeControlPanel.Controls.
Add
(_btnAddRoot, 0, 0);
255
_nodeControlPanel.Controls.
Add
(_btnAddChild, 1, 0);
322
_navigationButtonsTableLayoutPanel.Controls.
Add
(_moveUpButton, 0, 0);
323
_navigationButtonsTableLayoutPanel.Controls.
Add
(_btnDelete, 0, 2);
324
_navigationButtonsTableLayoutPanel.Controls.
Add
(_moveDownButton, 0, 1);
380
_overarchingTableLayoutPanel.Controls.
Add
(_label1, 0, 0);
381
_overarchingTableLayoutPanel.Controls.
Add
(_treeView1, 0, 1);
382
_overarchingTableLayoutPanel.Controls.
Add
(_nodeControlPanel, 0, 2);
383
_overarchingTableLayoutPanel.Controls.
Add
(_navigationButtonsTableLayoutPanel, 1, 1);
384
_overarchingTableLayoutPanel.Controls.
Add
(_label2, 2, 0);
385
_overarchingTableLayoutPanel.Controls.
Add
(_propertyGrid1, 2, 1);
386
_overarchingTableLayoutPanel.Controls.
Add
(_okCancelPanel, 2, 3);
397
_overarchingTableLayoutPanel.Controls.
Add
(_treeView1, 0, 1);
System.Windows.Forms.Tests (12)
SerializableTypesTests.cs (4)
286
tableLayoutPanel.Controls.
Add
(button00_10, 0, 0);
289
tableLayoutPanel.Controls.
Add
(label20_21, 2, 0);
291
tableLayoutPanel.Controls.
Add
(new RadioButton() { Name = "radioButton01" }, 0, 1);
292
tableLayoutPanel.Controls.
Add
(new CheckBox() { Name = "checkBox11" }, 1, 1);
System\Windows\Forms\ControlTests.cs (3)
875
table.Controls.
Add
(panelRadioButtons, column: 0, row: 0);
886
table.Controls.
Add
(panelCheckBoxes, column: 1, row: 0);
897
table.Controls.
Add
(panelButtons, column: 2, row: 0);
System\Windows\Forms\LayoutEventArgsTests.cs (1)
63
tableLayoutPanel.Controls.
Add
(new Panel()
System\Windows\Forms\TableLayoutControlCollectionTests.cs (4)
33
collection.
Add
(child, column, row);
45
Assert.Throws<ArgumentOutOfRangeException>("column", () => collection.
Add
(child, -2, 2));
57
Assert.Throws<ArgumentOutOfRangeException>("row", () => collection.
Add
(child, 1, -2));
68
Assert.Throws<ArgumentNullException>("control", () => collection.
Add
(null, 1, 2));
System.Windows.Forms.UI.IntegrationTests (3)
DragDropTests.cs (1)
1037
tableLayoutPanel.Controls.
Add
(ToolStrip, 0, 0);
Infra\ControlTestBase.cs (2)
291
tableLayout.Controls.
Add
(control1, 0, 0);
292
tableLayout.Controls.
Add
(control2, 1, 0);
WinFormsControlsTest (21)
Buttons.cs (5)
45
table.Controls.
Add
(panel, column: 0, row: 0);
66
table.Controls.
Add
(panel, column: 1, row: 0);
87
table.Controls.
Add
(panel, column: 2, row: 0);
104
table.Controls.
Add
(
113
table.Controls.
Add
(
DragDrop.cs (1)
457
tableLayoutPanel.Controls.
Add
(toolStrip, 0, 0);
DragDrop.Designer.cs (10)
62
tableLayoutPanel1.Controls.
Add
(textBox, 2, 0);
63
tableLayoutPanel1.Controls.
Add
(richTextBox, 1, 0);
64
tableLayoutPanel1.Controls.
Add
(pictureBox1, 0, 0);
65
tableLayoutPanel1.Controls.
Add
(pictureBox2, 0, 1);
66
tableLayoutPanel1.Controls.
Add
(pictureBox3, 0, 2);
67
tableLayoutPanel1.Controls.
Add
(pictureBox4, 0, 3);
68
tableLayoutPanel1.Controls.
Add
(pictureBox5, 0, 4);
69
tableLayoutPanel1.Controls.
Add
(tableLayoutPanel2, 2, 5);
165
tableLayoutPanel2.Controls.
Add
(buttonOpenCats, 0, 0);
166
tableLayoutPanel2.Controls.
Add
(buttonClear, 1, 0);
Panels.Designer.cs (5)
52
this.tableLayoutPanel1.Controls.
Add
(this.tableLayoutPanel2, 0, 0);
59
this.tableLayoutPanel2.Controls.
Add
(this.tableLayoutPanel3, 0, 0);
60
this.tableLayoutPanel2.Controls.
Add
(this.currentDPILabel1, 0, 1);
67
this.tableLayoutPanel3.Controls.
Add
(this.numericUpDown1, 1, 0);
68
this.tableLayoutPanel3.Controls.
Add
(this.numericUpDown2, 1, 1);