52 references to TextBox
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
44this._connectionStringTextBox = new System.Windows.Forms.TextBox();
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (1)
46this._selectAdvancedTextBox = new System.Windows.Forms.TextBox();
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
159this._statementTextBox = new System.Windows.Forms.TextBox();
System.Web.Mobile (17)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
148this._tbArgument = new System.Windows.Forms.TextBox();
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (3)
219this._txtType = new System.Windows.Forms.TextBox(); 226this._txtMethod = new System.Windows.Forms.TextBox(); 227this._txtArgument = new System.Windows.Forms.TextBox();
UI\MobileControls\Design\ListGeneralPage.cs (3)
100_itemCountTextBox = new TextBox(); 102_itemsPerPageTextBox = new TextBox(); 109_rowsTextBox = new TextBox();
UI\MobileControls\Design\ListItemsPage.cs (1)
120_txtValue = new TextBox();
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
90_txtText = new TextBox();
UI\MobileControls\Design\ObjectListFieldsPage.cs (2)
81_txtDataFormatString = new TextBox(); 82_txtTitle = new TextBox();
UI\MobileControls\Design\ObjectListGeneralPage.cs (5)
72_txtBackCommandText = new TextBox(); 83_txtDetailsCommandText = new TextBox(); 94_txtMoreText = new TextBox(); 101_txtItemCount = new TextBox(); 104_txtItemsPerPage = new TextBox();
UI\MobileControls\Design\StylesEditorDialog.cs (1)
160_txtType = new TextBox();
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridTextBox.cs (1)
38public DataGridTextBox() : base () {
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
32public DataGridViewTextBoxEditingControl() : base()
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1284TextBox txtBox = new TextBox();
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
162this.details = new System.Windows.Forms.TextBox();
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
87private TextBox details = new TextBox();
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1264: base() {
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
47this.previewRichTextBox = new System.Windows.Forms.TextBox();
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
34this.ruleNameTextBox = new System.Windows.Forms.TextBox();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
57this.nameTextBox = new System.Windows.Forms.TextBox(); 61this.priorityTextBox = new System.Windows.Forms.TextBox();
System.Workflow.ComponentModel (10)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (3)
37this.helpTextBox = new System.Windows.Forms.TextBox(); 44this.newMemberHelpTextBox = new System.Windows.Forms.TextBox(); 46this.memberNameTextBox = new System.Windows.Forms.TextBox();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
133this.themeNameTextBox = new System.Windows.Forms.TextBox(); 136this.themeLocationTextBox = new System.Windows.Forms.TextBox();
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
134this.helpTextHolder = new System.Windows.Forms.TextBox(); 146this.typeTextBox = new System.Windows.Forms.TextBox(); 150this.artifactLabel = new System.Windows.Forms.TextBox();
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
306this.customFooterText = new System.Windows.Forms.TextBox(); 317this.customHeaderText = new System.Windows.Forms.TextBox();
System.WorkflowServices (5)
System\Workflow\Activities\Design\EditableLabelControl.cs (1)
21TextBox = new TextBox();
System\Workflow\Activities\Design\ServiceContractDetailViewControl.Designer.cs (1)
36this.contractNameTextBox = new System.Windows.Forms.TextBox();
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (3)
39this.operationNameTextBox = new System.Windows.Forms.TextBox(); 53this.permissionNameTextBox = new System.Windows.Forms.TextBox(); 54this.permissionRoleTextBox = new System.Windows.Forms.TextBox();
WsatUI (7)
MMCUI\TraceOptionsForm.designer.cs (1)
58this.textLogFileSize = new System.Windows.Forms.TextBox();
MMCUI\WSATControl.designer.cs (6)
36this.textBoxNetworkDtcAccess = new System.Windows.Forms.TextBox(); 38this.textBox1 = new System.Windows.Forms.TextBox(); 41this.textBoxDefaultTimeout = new System.Windows.Forms.TextBox(); 42this.textBoxMaxTimeout = new System.Windows.Forms.TextBox(); 48this.textBoxHttpsPort = new System.Windows.Forms.TextBox(); 51this.textBoxEndpointCert = new System.Windows.Forms.TextBox();