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