Base:
property
Text
System.Windows.Forms.TextBoxBase.Text
2 overrides of Text
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
43
public override string
Text
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
23
public override string
Text
37 writes to Text
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
87
TextBox.
Text
= defaultResponse
PresentationUI (6)
MS\Internal\Documents\RMPublishingDialog.cs (4)
52
textBoxPermissionsContact.
Text
= user.Name;
70
textBoxPermissionsContact.
Text
= address;
691
textBoxUserName.
Text
=
903
textBoxUnrestrictedText.
Text
= SR.RMPublishingUnrestrictedText;
MS\Internal\Documents\SigningDialog.cs (2)
186
_locationTextBox.
Text
= na;
195
_locationTextBox.
Text
= String.IsNullOrEmpty(_digitalSignatureRequest.Location) ?
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (2)
518
textBox.
Text
= string.Empty;
522
textBox.
Text
= initialFormattedValueStr;
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (1)
50
Text
= (string?)value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
34
set => _detailsTextBox.
Text
= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
49
base.
Text
= value;
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
35
base.
Text
= value;
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
320
_details.
Text
= detailsText;
System.Windows.Forms.Design (23)
System\ComponentModel\Design\ByteViewer.cs (2)
415
_edit.
Text
= new string(text);
423
_edit.
Text
= string.Create(_dataBuf.Length / sizeof(char) + 1, _dataBuf, static (text, dataBuf) =>
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (12)
145
_nameTextBox.
Text
= _headerTextBox.
Text
= AssignName();
193
_headerTextBox.
Text
= _nameTextBox.
Text
= AssignName();
497
_headerTextBox.
Text
= _nameTextBox.
Text
= ((ListBoxItem)_dataColumns.SelectedItem).PropertyName;
508
_nameTextBox.
Text
= _headerTextBox.
Text
= AssignName();
594
_headerTextBox.
Text
= _nameTextBox.
Text
= AssignName();
600
_headerTextBox.
Text
= _nameTextBox.
Text
= columnName;
System\Windows\Forms\Design\FormatControl.cs (3)
77
nullValueTextBox.
Text
= value;
233
nullValueTextBox.
Text
= string.Empty;
236
_customStringTextBox.
Text
= string.Empty;
System\Windows\Forms\Design\FormatControl.CustomFormatType.cs (1)
105
_owner._customStringTextBox.
Text
= formatString;
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (1)
35
_sampleEdit.
Text
= value;
System\Windows\Forms\Design\MaskDesignerDialog.cs (2)
64
_txtBoxMask.
Text
= _maskedTextBox.Mask;
626
_txtBoxMask.
Text
= maskDescriptor.Mask;
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
187
=> _textEntry.
Text
= string.Join(Environment.NewLine, Items);
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
836
Text
= _centerLabel.Text,
36 references to Text
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
120
Output = TextBox.
Text
PresentationUI (8)
MS\Internal\Documents\RequestedSignatureDialog.cs (3)
54
_subjectName = _requestedSignerNameTextBox.
Text
,
56
_location = _requestedLocationTextBox.
Text
84
string requestSignerName = _requestedSignerNameTextBox.
Text
.Trim();
MS\Internal\Documents\RMPublishingDialog.cs (4)
257
rmLicense.ReferralInfoName = textBoxPermissionsContact.
Text
;
452
textBoxPermissionsContact.
Text
.Trim();
468
textBoxPermissionsContact.
Text
),
643
string userNames = textBoxUserName.
Text
;
MS\Internal\Documents\SigningDialog.cs (1)
286
return _locationTextBox.
Text
;
System.Windows.Forms (12)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (9)
129
if ((RightToLeft == RightToLeft.No && !(SelectionLength == 0 && SelectionStart ==
Text
.Length)) ||
142
(RightToLeft == RightToLeft.Yes && !(SelectionLength == 0 && SelectionStart ==
Text
.Length)))
153
if (
Text
.IndexOf("\r\n", end, StringComparison.Ordinal) != -1)
163
if (!(
Text
.IndexOf("\r\n", StringComparison.Ordinal) < 0
164
|| SelectionStart + SelectionLength <
Text
.IndexOf("\r\n", StringComparison.Ordinal)))
173
if (SelectionLength !=
Text
.Length)
191
SelectionStart <
Text
.Length)
212
return
Text
;
225
SelectionStart =
Text
.Length;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
45
get => base.
Text
;
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (2)
25
get => base.
Text
;
28
if (IsAccessibilityObjectCreated && value != base.
Text
)
System.Windows.Forms.Design (15)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (6)
95
column.HeaderText = _headerTextBox.
Text
;
96
column.Name = _nameTextBox.
Text
;
108
column.HeaderText = _headerTextBox.
Text
;
109
column.Name = _nameTextBox.
Text
;
642
_nameTextBox.
Text
,
775
_nameTextBox.
Text
,
System\Windows\Forms\Design\FormatControl.cs (1)
70
string nullValue = nullValueTextBox.
Text
;
System\Windows\Forms\Design\FormatControl.CustomFormatType.cs (1)
100
public override string FormatString => _owner._customStringTextBox.
Text
;
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (1)
32
get => _sampleEdit.
Text
;
System\Windows\Forms\Design\MaskDesignerDialog.cs (2)
689
_maskedTextBox.Mask = _txtBoxMask.
Text
;
713
if (selectedMaskDex is null || (selectedMaskDex != _customMaskDescriptor && selectedMaskDex.Mask != _txtBoxMask.
Text
))
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
143
string[] lines = _textEntry.
Text
.Split('\n');
System\Windows\Forms\Design\ToolStripTemplateNode.cs (3)
714
string text = ((TextBox)(_centerTextBox.Control)).
Text
;
786
string text = (_centerTextBox is not null) ? ((TextBox)(_centerTextBox.Control)).
Text
: string.Empty;
1083
string text = ((TextBox)(_centerTextBox.Control)).
Text
;