52 references to TextBox
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
44
this._connectionStringTextBox = new System.Windows.Forms.
TextBox
();
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (1)
46
this._selectAdvancedTextBox = new System.Windows.Forms.
TextBox
();
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
159
this._statementTextBox = new System.Windows.Forms.
TextBox
();
System.Web.Mobile (17)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
148
this._tbArgument = new System.Windows.Forms.
TextBox
();
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (3)
219
this._txtType = new System.Windows.Forms.
TextBox
();
226
this._txtMethod = new System.Windows.Forms.
TextBox
();
227
this._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)
38
public DataGridTextBox() :
base
() {
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
32
public DataGridViewTextBoxEditingControl() :
base
()
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1284
TextBox txtBox = new
TextBox
();
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
162
this.details = new System.Windows.Forms.
TextBox
();
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
87
private TextBox details = new
TextBox
();
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1264
:
base
() {
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
47
this.previewRichTextBox = new System.Windows.Forms.
TextBox
();
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
34
this.ruleNameTextBox = new System.Windows.Forms.
TextBox
();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
57
this.nameTextBox = new System.Windows.Forms.
TextBox
();
61
this.priorityTextBox = new System.Windows.Forms.
TextBox
();
System.Workflow.ComponentModel (10)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (3)
37
this.helpTextBox = new System.Windows.Forms.
TextBox
();
44
this.newMemberHelpTextBox = new System.Windows.Forms.
TextBox
();
46
this.memberNameTextBox = new System.Windows.Forms.
TextBox
();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
133
this.themeNameTextBox = new System.Windows.Forms.
TextBox
();
136
this.themeLocationTextBox = new System.Windows.Forms.
TextBox
();
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
134
this.helpTextHolder = new System.Windows.Forms.
TextBox
();
146
this.typeTextBox = new System.Windows.Forms.
TextBox
();
150
this.artifactLabel = new System.Windows.Forms.
TextBox
();
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
306
this.customFooterText = new System.Windows.Forms.
TextBox
();
317
this.customHeaderText = new System.Windows.Forms.
TextBox
();
System.WorkflowServices (5)
System\Workflow\Activities\Design\EditableLabelControl.cs (1)
21
TextBox = new
TextBox
();
System\Workflow\Activities\Design\ServiceContractDetailViewControl.Designer.cs (1)
36
this.contractNameTextBox = new System.Windows.Forms.
TextBox
();
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (3)
39
this.operationNameTextBox = new System.Windows.Forms.
TextBox
();
53
this.permissionNameTextBox = new System.Windows.Forms.
TextBox
();
54
this.permissionRoleTextBox = new System.Windows.Forms.
TextBox
();
WsatUI (7)
MMCUI\TraceOptionsForm.designer.cs (1)
58
this.textLogFileSize = new System.Windows.Forms.
TextBox
();
MMCUI\WSATControl.designer.cs (6)
36
this.textBoxNetworkDtcAccess = new System.Windows.Forms.
TextBox
();
38
this.textBox1 = new System.Windows.Forms.
TextBox
();
41
this.textBoxDefaultTimeout = new System.Windows.Forms.
TextBox
();
42
this.textBoxMaxTimeout = new System.Windows.Forms.
TextBox
();
48
this.textBoxHttpsPort = new System.Windows.Forms.
TextBox
();
51
this.textBoxEndpointCert = new System.Windows.Forms.
TextBox
();