190 writes to TabIndex
System.Messaging (7)
System\Messaging\Design\QueuePathDialog.cs (7)
225
this.okButton.
TabIndex
= ((int)(resources.GetObject("okButton.TabIndex")));
236
this.pathType.
TabIndex
= ((int)(resources.GetObject("pathType.TabIndex")));
245
this.enterprise.
TabIndex
= ((int)(resources.GetObject("enterprise.TabIndex")));
252
this.helpButton.
TabIndex
= ((int)(resources.GetObject("helpButton.TabIndex")));
259
this.selectLabel.
TabIndex
= ((int)(resources.GetObject("selectLabel.TabIndex")));
263
this.referenceLabel.
TabIndex
= ((int)(resources.GetObject("referenceLabel.TabIndex")));
268
this.cancelButton.
TabIndex
= ((int)(resources.GetObject("cancelButton.TabIndex")));
System.Web.Entity.Design (39)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (9)
92
_radioButtonsGroupContainer.
TabIndex
= tabIndex;
93
_databaseConnectionGroupLabel.
TabIndex
= tabIndex += 10;
94
_databaseConnectionGroupBox.
TabIndex
= tabIndex += 10;
95
_namedConnectionRadioButton.
TabIndex
= tabIndex += 10;
96
_namedConnectionComboBox.
TabIndex
= tabIndex += 10;
97
_connectionStringRadioButton.
TabIndex
= tabIndex += 10;
98
_connectionStringTextBox.
TabIndex
= tabIndex += 10;
99
_containerNameLabel.
TabIndex
= tabIndex += 10;
100
_containerNameComboBox.
TabIndex
= tabIndex += 10;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (11)
106
_entitySetLabel.
TabIndex
= tabIndex += 10;
107
_entitySetComboBox.
TabIndex
= tabIndex += 10;
108
_entityTypeFilterLabel.
TabIndex
= tabIndex += 10;
109
_entityTypeFilterComboBox.
TabIndex
= tabIndex += 10;
110
_selectLabel.
TabIndex
= tabIndex += 10;
111
_selectSimpleCheckedListBox.
TabIndex
= tabIndex += 10;
112
_selectAdvancedTextBox.
TabIndex
= tabIndex += 10;
113
_insertUpdateDeletePanel.
TabIndex
= tabIndex += 10;
114
_enableInsertCheckBox.
TabIndex
= tabIndex += 10;
115
_enableUpdateCheckBox.
TabIndex
= tabIndex += 10;
116
_enableDeleteCheckBox.
TabIndex
= tabIndex += 10;
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (7)
298
_checkBoxPanel.
TabIndex
= tabIndex += 10;
299
_autoGenerateCheckBox.
TabIndex
= tabIndex += 10;
301
_statementPanel.
TabIndex
= tabIndex += 10;
302
_statementLabel.
TabIndex
= tabIndex += 10;
303
_statementTextBox.
TabIndex
= tabIndex += 10;
307
_okButton.
TabIndex
= tabIndex += 10;
308
_cancelButton.
TabIndex
= tabIndex += 10;
System\Data\WebControls\Design\Util\TaskFormBase.cs (4)
94
this._taskPanel.
TabIndex
= 30;
104
this._bottomDividerLabel.
TabIndex
= 40;
116
this._headerPanel.
TabIndex
= 10;
133
this._captionLabel.
TabIndex
= 10;
System\Data\WebControls\Design\Util\WizardForm.cs (8)
128
this._wizardButtonsTableLayoutPanel.
TabIndex
= 100;
139
this._previousButton.
TabIndex
= 10;
148
this._dummyLabel1.
TabIndex
= 20;
158
this._nextButton.
TabIndex
= 30;
167
this._dummyLabel2.
TabIndex
= 40;
178
this._finishButton.
TabIndex
= 50;
187
this._dummyLabel3.
TabIndex
= 60;
198
this._cancelButton.
TabIndex
= 70;
System.Web.Mobile (117)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (10)
127
_pnlMain.
TabIndex
= ++tabOffset;
128
_lblAvailableFilters.
TabIndex
= ++tabOffset;
129
_cbAvailableFilters.
TabIndex
= ++tabOffset;
130
_btnEditFilters.
TabIndex
= ++tabOffset;
131
_btnApplyFilter.
TabIndex
= ++tabOffset;
132
_appliedFiltersList.
TabIndex
= ++tabOffset;
133
_lblArgument.
TabIndex
= ++tabOffset;
134
_tbArgument.
TabIndex
= ++tabOffset;
135
_cmdOK.
TabIndex
= ++tabOffset;
136
_cmdCancel.
TabIndex
= ++tabOffset;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (18)
94
this._pnlMain.
TabIndex
= tabOffset++;
95
this._filterList.
TabIndex
= tabOffset++;
96
this._pnlRight.
TabIndex
= tabOffset++;
97
this._glType.
TabIndex
= tabOffset++;
98
this._rbCompare.
TabIndex
= tabOffset++;
99
this._rbDelegate.
TabIndex
= tabOffset++;
100
this._glAttributes.
TabIndex
= tabOffset++;
101
this._pnlCompare.
TabIndex
= tabOffset++;
102
this._pnlDelegate.
TabIndex
= tabOffset++;
103
this._lblCompare.
TabIndex
= tabOffset++;
104
this._cbCompare.
TabIndex
= tabOffset++;
105
this._lblType.
TabIndex
= tabOffset++;
106
this._txtType.
TabIndex
= tabOffset++;
107
this._lblArgument.
TabIndex
= tabOffset++;
108
this._txtArgument.
TabIndex
= tabOffset++;
109
this._lblMethod.
TabIndex
= tabOffset++;
110
this._txtMethod.
TabIndex
= tabOffset++;
111
this._dialogButtons.
TabIndex
= tabOffset++;
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
56
TreeList.
TabIndex
= 0;
UI\MobileControls\Design\ListGeneralPage.cs (12)
116
appearanceGroup.
TabIndex
= 0;
124
decorationLabel.
TabIndex
= 1;
134
_decorationCombo.
TabIndex
= 2;
138
pagingGroup.
TabIndex
= 3;
144
itemCountLabel.
TabIndex
= 4;
149
_itemCountTextBox.
TabIndex
= 5;
154
itemsPerPageLabel.
TabIndex
= 6;
159
_itemsPerPageTextBox.
TabIndex
= 7;
166
selectTypeLabel.
TabIndex
= 1;
178
_selectTypeCombo.
TabIndex
= 2;
183
rowsLabel.
TabIndex
= 3;
188
_rowsTextBox.
TabIndex
= 4;
UI\MobileControls\Design\ListItemsPage.cs (6)
102
_itemsAsLinksCheckBox.
TabIndex
= 0;
108
grplblItemList.
TabIndex
= 1;
111
TreeList.
TabIndex
= 2;
117
lblValue.
TabIndex
= Index;
123
_txtValue.
TabIndex
= Index + 1;
144
_ckbSelected.
TabIndex
= Index + 2;
UI\MobileControls\Design\MobileControlDesigner.cs (1)
572
lblDescription.
TabIndex
= 0;
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
985
lblDescription.
TabIndex
= 0;
UI\MobileControls\Design\ObjectListCommandsPage.cs (7)
79
grplblCommandList.
TabIndex
= 0;
82
TreeList.
TabIndex
= 1;
88
lblText.
TabIndex
= TabIndex;
94
_txtText.
TabIndex
= TabIndex + 1;
99
grplblData.
TabIndex
= TabIndex + 2;
106
lblDefaultCommand.
TabIndex
= TabIndex + 3;
112
_cmbDefaultCommand.
TabIndex
= TabIndex + 4;
UI\MobileControls\Design\ObjectListFieldsPage.cs (10)
88
_ckbAutoGenerateFields.
TabIndex
= 0;
93
grplblFieldList.
TabIndex
= 1;
96
TreeList.
TabIndex
= 2;
102
lblDataField.
TabIndex
= Index;
111
_cmbDataField.
TabIndex
= Index + 1;
118
lblDataFormatString.
TabIndex
= Index + 2;
123
_txtDataFormatString.
TabIndex
= Index + 3;
130
lblTitle.
TabIndex
= Index + 4;
135
_txtTitle.
TabIndex
= Index + 5;
142
_ckbVisible.
TabIndex
= Index + 6;
UI\MobileControls\Design\ObjectListGeneralPage.cs (12)
63
grplblAppearance.
TabIndex
= 2;
70
lblBackCommandText.
TabIndex
= 3;
74
_txtBackCommandText.
TabIndex
= 4;
81
lblDetailsCommandText.
TabIndex
= 5;
85
_txtDetailsCommandText.
TabIndex
= 6;
92
lblMoreText.
TabIndex
= 7;
96
_txtMoreText.
TabIndex
= 8;
108
pagingGroup.
TabIndex
= 9;
114
itemCountLabel.
TabIndex
= 10;
119
_txtItemCount.
TabIndex
= 11;
124
itemsPerPageLabel.
TabIndex
= 12;
129
_txtItemsPerPage.
TabIndex
= 13;
UI\MobileControls\Design\PropertyOverridesDialog.cs (9)
124
this._pnlMain.
TabIndex
= ++tabOffset;
125
this._lblAppliedFilters.
TabIndex
= ++tabOffset;
126
this._cbChoices.
TabIndex
= ++tabOffset;
127
this._btnEditFilters.
TabIndex
= ++tabOffset;
128
this._lblProperties.
TabIndex
= ++tabOffset;
129
this._pgProperties.
TabIndex
= ++tabOffset;
130
this._cmdOK.
TabIndex
= ++tabOffset;
131
this._cmdCancel.
TabIndex
= ++tabOffset;
593
lblDescription.
TabIndex
= 0;
UI\MobileControls\Design\StylesEditorDialog.cs (18)
172
grplblStyleList.
TabIndex
= 0;
178
lblAvailableStyles.
TabIndex
= 1;
198
_lvAvailableStyles.
TabIndex
= 2;
207
_btnAdd.
TabIndex
= 3;
214
lblDefinedStyles.
TabIndex
= 4;;
226
_tvDefinedStyles.
TabIndex
= 5;
238
_btnUp.
TabIndex
= 6;
247
_btnDown.
TabIndex
= 7;
256
_btnRemove.
TabIndex
= 8;
263
grplblStyleProperties.
TabIndex
= 9;
268
lblType.
TabIndex
= 10;
273
_txtType.
TabIndex
= 11;
280
lblSample.
TabIndex
= 12;
284
_samplePreview.
TabIndex
= 13;
289
lblProperties.
TabIndex
= 14;
296
_propertyBrowser.
TabIndex
= 15;
304
_btnOK.
TabIndex
= 16;
311
_btnCancel.
TabIndex
= 17;
UI\MobileControls\Design\StyleSheetDesigner.cs (3)
828
_mergedUI.LblStyles.
TabIndex
= 1;
832
_mergedUI.CbStyles.
TabIndex
= 2;
837
_mergedUI.BtnEdit.
TabIndex
= 3;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (9)
105
_pnlMain.
TabIndex
= ++tabIndexOffset;
106
_lblChoices.
TabIndex
= ++tabIndexOffset;
107
_cmbChoices.
TabIndex
= ++tabIndexOffset;
108
_btnEditChoices.
TabIndex
= ++tabIndexOffset;
109
_lblSchemas.
TabIndex
= ++tabIndexOffset;
110
_cmbSchemas.
TabIndex
= ++tabIndexOffset;
111
_btnClose.
TabIndex
= ++tabIndexOffset;
165
this._pnlMain.
TabIndex
= 0;
600
lblDescription.
TabIndex
= 0;
System.Windows.Forms (27)
winforms\Managed\System\WinForms\AxHost.cs (1)
6269
GetP().
TabIndex
= (int)value;
winforms\Managed\System\WinForms\Form.cs (1)
2457
base.
TabIndex
= value;
winforms\Managed\System\WinForms\PictureBox.cs (1)
1042
base.
TabIndex
= value;
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (3)
272
label1.
TabIndex
= 1;
277
button1.
TabIndex
= 0;
291
tableLayoutPanel1.
TabIndex
= 0;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (2)
1538
previewControl.
TabIndex
= 0;
1539
toolStrip1.
TabIndex
= 1;
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
212
gridView.
TabIndex
= 2;
231
toolStrip.
TabIndex
= 1;
262
hotcommands.
TabIndex
= 3;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (8)
176
this.lblMessage.
TabIndex
= 0;
195
this.detailsBtn.
TabIndex
= 4;
214
this.overarchingTableLayoutPanel.
TabIndex
= 6;
234
this.buttonTableLayoutPanel.
TabIndex
= 8;
243
this.okBtn.
TabIndex
= 1;
254
this.cancelBtn.
TabIndex
= 2;
272
this.pictureLabelTableLayoutPanel.
TabIndex
= 4;
282
this.details.
TabIndex
= 3;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
289
btnDropDown.
TabIndex
= 2;
309
btnDialog.
TabIndex
= 3;
364
edit.
TabIndex
= 1;
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
359
base.
TabIndex
= value;
winforms\Managed\System\WinForms\TabPage.cs (1)
389
base.
TabIndex
= value;
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
259
base.
TabIndex
= value;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1020
base.
TabIndex
= value;
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
357
base.
TabIndex
= value;
32 references to TabIndex
System.Web.Mobile (6)
UI\MobileControls\Design\ObjectListCommandsPage.cs (5)
88
lblText.TabIndex =
TabIndex
;
94
_txtText.TabIndex =
TabIndex
+ 1;
99
grplblData.TabIndex =
TabIndex
+ 2;
106
lblDefaultCommand.TabIndex =
TabIndex
+ 3;
112
_cmbDefaultCommand.TabIndex =
TabIndex
+ 4;
UI\MobileControls\Design\Util\GenericUI.cs (1)
102
int maxTabIndex = control.
TabIndex
;
System.Windows.Forms (26)
winforms\Managed\System\WinForms\AxHost.cs (3)
5489
last = ctl.
TabIndex
;
5492
first = ctl.
TabIndex
+ 1;
6263
return (short)GetP().
TabIndex
;
winforms\Managed\System\WinForms\Control.cs (3)
6717
holders.Add(new ControlTabOrderHolder(holders.Count, c.
TabIndex
, c));
6824
int tabIndex = (ctl == null) ? -1 : ctl.
TabIndex
;
14779
int t = this[c].
TabIndex
;
winforms\Managed\System\WinForms\Form.cs (1)
2454
return base.
TabIndex
;
winforms\Managed\System\WinForms\PictureBox.cs (1)
1039
return base.
TabIndex
;
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
356
return base.
TabIndex
;
winforms\Managed\System\WinForms\TabPage.cs (1)
386
return base.
TabIndex
;
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
256
return base.
TabIndex
;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1017
return base.
TabIndex
;
winforms\Managed\System\WinForms\ToolStripManager.cs (13)
342
int startTabIndex = start.
TabIndex
;
356
int nextControlTabIndex = toolStrip.
TabIndex
;
364
Debug.WriteLineIf(ToolStrip.ControlTabDebug.TraceVerbose, "FORWARD considering selection " + toolStrip.Name + " " + toolStrip.
TabIndex
.ToString(CultureInfo.CurrentCulture));
368
else if (toolStrip.
TabIndex
< nextControl.
TabIndex
) {
374
else if (((wrappedControl == null) || (toolStrip.
TabIndex
< wrappedControl.
TabIndex
))
387
else if (toolStrip.
TabIndex
> nextControl.
TabIndex
) {
393
else if (((wrappedControl == null) || (toolStrip.
TabIndex
> wrappedControl.
TabIndex
))
401
Debug.WriteLineIf(ToolStrip.ControlTabDebug.TraceVerbose, "\tREVERSE skipping wrap candidate " + toolStrip.Name + toolStrip.
TabIndex
.ToString(CultureInfo.CurrentCulture));
407
&& Math.Abs(nextControl.
TabIndex
- startTabIndex) <= 1) {
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
354
return base.
TabIndex
;