45 references to TextBox
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
40
TextBox = New
TextBox
PresentationUI (28)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (22)
42
this._language = new System.Windows.Forms.
TextBox
();
43
this._title = new System.Windows.Forms.
TextBox
();
45
this._identifier = new System.Windows.Forms.
TextBox
();
52
this._version = new System.Windows.Forms.
TextBox
();
54
this._category = new System.Windows.Forms.
TextBox
();
55
this._status = new System.Windows.Forms.
TextBox
();
56
this._content = new System.Windows.Forms.
TextBox
();
58
this._author = new System.Windows.Forms.
TextBox
();
59
this._subject = new System.Windows.Forms.
TextBox
();
60
this._description = new System.Windows.Forms.
TextBox
();
61
this._keywords = new System.Windows.Forms.
TextBox
();
67
this._size = new System.Windows.Forms.
TextBox
();
69
this._filename = new System.Windows.Forms.
TextBox
();
70
this._documentType = new System.Windows.Forms.
TextBox
();
74
this._documentPrintedDate = new System.Windows.Forms.
TextBox
();
75
this._documentModifiedDate = new System.Windows.Forms.
TextBox
();
76
this._documentCreatedDate = new System.Windows.Forms.
TextBox
();
77
this._revision = new System.Windows.Forms.
TextBox
();
83
this._lastSaved = new System.Windows.Forms.
TextBox
();
86
this._fileModifiedDate = new System.Windows.Forms.
TextBox
();
87
this._fileAccessedDate = new System.Windows.Forms.
TextBox
();
90
this._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)
43
this.textBoxUnrestrictedText = new System.Windows.Forms.
TextBox
();
48
this.textBoxUserName = new System.Windows.Forms.
TextBox
();
58
this.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)
17
public DataGridViewTextBoxEditingControl() :
base
()
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
248
_detailsTextBox =
new
()
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1118
using TextBox txtBox =
new
();
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
65
private 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)
17
private TextBox _customStringTextBox =
new
();
308
_customStringTextBox = new
TextBox
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
43
nullValueTextBox = new System.Windows.Forms.
TextBox
();
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (2)
17
private 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)
1491
public TemplateTextBox(TransparentToolStrip parent, ToolStripTemplateNode owner) :
base
()