45 references to TextBox
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
40TextBox = New TextBox
PresentationUI (28)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (22)
42this._language = new System.Windows.Forms.TextBox(); 43this._title = new System.Windows.Forms.TextBox(); 45this._identifier = new System.Windows.Forms.TextBox(); 52this._version = new System.Windows.Forms.TextBox(); 54this._category = new System.Windows.Forms.TextBox(); 55this._status = new System.Windows.Forms.TextBox(); 56this._content = new System.Windows.Forms.TextBox(); 58this._author = new System.Windows.Forms.TextBox(); 59this._subject = new System.Windows.Forms.TextBox(); 60this._description = new System.Windows.Forms.TextBox(); 61this._keywords = new System.Windows.Forms.TextBox(); 67this._size = new System.Windows.Forms.TextBox(); 69this._filename = new System.Windows.Forms.TextBox(); 70this._documentType = new System.Windows.Forms.TextBox(); 74this._documentPrintedDate = new System.Windows.Forms.TextBox(); 75this._documentModifiedDate = new System.Windows.Forms.TextBox(); 76this._documentCreatedDate = new System.Windows.Forms.TextBox(); 77this._revision = new System.Windows.Forms.TextBox(); 83this._lastSaved = new System.Windows.Forms.TextBox(); 86this._fileModifiedDate = new System.Windows.Forms.TextBox(); 87this._fileAccessedDate = new System.Windows.Forms.TextBox(); 90this._fileCreatedDate = new System.Windows.Forms.TextBox();
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (2)
41_requestedLocationTextBox = new System.Windows.Forms.TextBox(); 45_requestedSignerNameTextBox = new System.Windows.Forms.TextBox();
MS\Internal\Documents\RMPublishingDialog.Designer.cs (3)
43this.textBoxUnrestrictedText = new System.Windows.Forms.TextBox(); 48this.textBoxUserName = new System.Windows.Forms.TextBox(); 58this.textBoxPermissionsContact = new System.Windows.Forms.TextBox();
MS\Internal\Documents\SigningDialog.Designer.cs (1)
44_locationTextBox = new System.Windows.Forms.TextBox();
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (1)
17public DataGridViewTextBoxEditingControl() : base()
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
248_detailsTextBox = new()
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1118using TextBox txtBox = new();
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
65private readonly TextBox _details = new();
System.Windows.Forms.Design (12)
System\ComponentModel\Design\ByteViewer.cs (1)
453_edit = new TextBox
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
47_textBox = new TextBox
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (2)
274_nameTextBox = new TextBox(); 278_headerTextBox = new TextBox();
System\Windows\Forms\Design\FormatControl.cs (2)
17private TextBox _customStringTextBox = new(); 308_customStringTextBox = new TextBox
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
43nullValueTextBox = new System.Windows.Forms.TextBox();
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (2)
17private TextBox _sampleEdit = new(); 53_sampleEdit = new TextBox();
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
133_txtBoxMask = new TextBox();
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
78_textEntry = new TextBox();
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1491public TemplateTextBox(TransparentToolStrip parent, ToolStripTemplateNode owner) : base()