6 types derived from TextBox
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridTextBox.cs (1)
29public class DataGridTextBox : TextBox {
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
20public class DataGridViewTextBoxEditingControl : TextBox, IDataGridViewEditingControl
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6531private class GridViewEdit : TextBox , IMouseHookClient {
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
621private class ToolStripTextBoxControl : TextBox {
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1249internal class UpDownEdit : TextBox{
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
18internal partial class IntellisenseTextBox : TextBox
49 instantiations of 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 (3)
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();
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();
82 references to TextBox
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
145private System.Windows.Forms.TextBox _connectionStringTextBox;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (1)
172private System.Windows.Forms.TextBox _selectAdvancedTextBox;
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
29private System.Windows.Forms.TextBox _statementTextBox;
System.Web.Mobile (25)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
50private System.Windows.Forms.TextBox _tbArgument;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (4)
26using TextBox = System.Windows.Forms.TextBox; 55private System.Windows.Forms.TextBox _txtArgument; 59private System.Windows.Forms.TextBox _txtMethod; 60private System.Windows.Forms.TextBox _txtType;
UI\MobileControls\Design\ListGeneralPage.cs (4)
29using TextBox = System.Windows.Forms.TextBox; 59private TextBox _itemCountTextBox; 60private TextBox _itemsPerPageTextBox; 61private TextBox _rowsTextBox;
UI\MobileControls\Design\ListItemsPage.cs (3)
24using TextBox = System.Windows.Forms.TextBox; 41private TextBox _txtValue; 248if (source is TextBox)
UI\MobileControls\Design\ObjectListCommandsPage.cs (2)
25using TextBox = System.Windows.Forms.TextBox; 39private TextBox _txtText = null;
UI\MobileControls\Design\ObjectListFieldsPage.cs (3)
24using TextBox = System.Windows.Forms.TextBox; 39private TextBox _txtDataFormatString; 40private TextBox _txtTitle;
UI\MobileControls\Design\ObjectListGeneralPage.cs (6)
29using TextBox = System.Windows.Forms.TextBox; 44private TextBox _txtBackCommandText; 45private TextBox _txtDetailsCommandText; 46private TextBox _txtMoreText; 47private TextBox _txtItemCount; 48private TextBox _txtItemsPerPage;
UI\MobileControls\Design\StylesEditorDialog.cs (2)
32using TextBox = System.Windows.Forms.TextBox; 59private TextBox _txtType;
System.Windows.Forms (23)
winforms\Managed\System\WinForms\DataGridTextBox.cs (2)
19/// <para>Represents a <see cref='System.Windows.Forms.TextBox'/> control that is hosted in a 43/// <para>Sets the <see cref='System.Windows.Forms.DataGrid'/> to which this <see cref='System.Windows.Forms.TextBox'/> control belongs.</para>
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
118public virtual TextBox TextBox {
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (6)
179TextBox textBox = dgv.EditingControl as TextBox; 195TextBox txtEditingControl = this.DataGridView.EditingControl as TextBox; 537TextBox textBox = this.DataGridView.EditingControl as TextBox;
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1284TextBox txtBox = new TextBox();
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
45private TextBox details;
winforms\Managed\System\WinForms\TextBox.cs (3)
114/// in a multiline <see cref='System.Windows.Forms.TextBox'/> 412/// appear in a multiline <see cref='System.Windows.Forms.TextBox'/> 478/// aligned in a <see cref='System.Windows.Forms.TextBox'/>
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
87private TextBox details = new TextBox();
winforms\Managed\System\WinForms\ToolStripTextBox.cs (7)
111public TextBox TextBox { 113return Control as TextBox; 157TextBox textBox = new ToolStripTextBoxControl(); 219TextBox textBox = control as TextBox; 239TextBox textBox = control as TextBox;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
637internal TextBox TextBox {
System.Workflow.Activities (7)
Rules\Design\Dialogs\BasicBrowserDialog.cs (1)
349protected abstract void UpdatePreview(TextBox previewTextBox, object ruleObject);
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
256private System.Windows.Forms.TextBox previewRichTextBox;
Rules\Design\Dialogs\ConditionBrowserDialog.cs (1)
139protected override void UpdatePreview(TextBox previewBox, object ruleObject)
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
97private System.Windows.Forms.TextBox ruleNameTextBox;
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (1)
124protected override void UpdatePreview(TextBox previewBox, object ruleObject)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
398private System.Windows.Forms.TextBox priorityTextBox; 400private System.Windows.Forms.TextBox nameTextBox;
System.Workflow.ComponentModel (12)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (3)
188private System.Windows.Forms.TextBox helpTextBox; 195private System.Windows.Forms.TextBox newMemberHelpTextBox; 197private System.Windows.Forms.TextBox memberNameTextBox;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (4)
33private System.Windows.Forms.TextBox themeNameTextBox; 37private System.Windows.Forms.TextBox themeLocationTextBox; 476TextBox textBox = control as TextBox;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
50private System.Windows.Forms.TextBox helpTextHolder; 54private TextBox typeTextBox; 59private TextBox artifactLabel;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
69private System.Windows.Forms.TextBox customHeaderText; 72private System.Windows.Forms.TextBox customFooterText;
System.WorkflowServices (5)
System\Workflow\Activities\Design\EditableLabelControl.cs (1)
15public TextBox TextBox;
System\Workflow\Activities\Design\ServiceContractDetailViewControl.Designer.cs (1)
66private System.Windows.Forms.TextBox contractNameTextBox;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (3)
247private System.Windows.Forms.TextBox operationNameTextBox; 261private System.Windows.Forms.TextBox permissionRoleTextBox; 262private System.Windows.Forms.TextBox permissionNameTextBox;
WsatUI (7)
MMCUI\TraceOptionsForm.designer.cs (1)
286private System.Windows.Forms.TextBox textLogFileSize;
MMCUI\WSATControl.designer.cs (6)
238private System.Windows.Forms.TextBox textBoxNetworkDtcAccess; 245private System.Windows.Forms.TextBox textBoxHttpsPort; 247private System.Windows.Forms.TextBox textBoxEndpointCert; 252private System.Windows.Forms.TextBox textBoxDefaultTimeout; 255private System.Windows.Forms.TextBox textBoxMaxTimeout; 259private System.Windows.Forms.TextBox textBox1;