16 writes to Text
PresentationFramework (11)
MS\Internal\Ink\TextClipboardData.cs (1)
85
Text
= text,
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
97
owner.
Text
= value;
System\Windows\Controls\ComboBox.cs (3)
760
EditableTextBoxSite?.
Text
= newText;
796
EditableTextBoxSite.
Text
= matchedText;
829
EditableTextBoxSite.
Text
= text;
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
220
textBox.
Text
= inputText;
System\Windows\Controls\DataGridTextColumn.cs (1)
176
textBox.
Text
= inputText;
System\Windows\Controls\DatePicker.cs (3)
591
dp._textBox.
Text
= newValue;
724
_textBox.
Text
= this._defaultText;
730
_textBox.
Text
= this.DateTimeToString((DateTime)this.SelectedDate);
System\Windows\Controls\TextBox.cs (1)
988
Text
= string.Empty;
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (2)
68
this.
Text
= pageNumber.ToString(CultureInfo.CurrentCulture);
414
owner.
Text
= value;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (3)
473
EditableTextBoxSite.
Text
= text;
774
EditableTextBoxSite?.
Text
= newText;
829
EditableTextBoxSite.
Text
= matchedText;
27 references to Text
PresentationFramework (20)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
80
return owner.
Text
;
System\Windows\Controls\ComboBox.cs (3)
629
TextUpdated(EditableTextBoxSite.
Text
, true);
650
TextUpdated(EditableTextBoxSite.
Text
, true);
827
if (EditableTextBoxSite != null && EditableTextBoxSite.
Text
!= text)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
213
string originalValue = textBox.
Text
;
System\Windows\Controls\DataGridTextColumn.cs (1)
169
string originalValue = textBox.
Text
;
System\Windows\Controls\DatePicker.cs (5)
534
if (string.IsNullOrEmpty(dp._textBox.
Text
))
540
DateTime? date = dp.ParseText(dp._textBox.
Text
);
1186
if (!string.IsNullOrEmpty(this._textBox.
Text
))
1188
string s = this._textBox.
Text
;
1312
this.SetValueNoCallback(DatePicker.TextProperty, this._textBox.
Text
);
System\Windows\Controls\Primitives\DatePickerTextBox.cs (3)
105
if (!string.IsNullOrEmpty(this.
Text
))
107
Select(0, this.
Text
.Length);
133
if (this.Watermark != null && string.IsNullOrEmpty(this.
Text
))
System\Windows\Controls\TextBox.cs (6)
407
text = this.
Text
;
981
&& textBox.
Text
.Length > 0;
987
if (
Text
.Length > 0)
1155
return this.
Text
;
1241
resetText = (newTextValue != null && newTextValue !=
Text
);
1259
OnTextPropertyChanged(newTextValue,
Text
);
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1923
int pageNumber = ParsePageNumber(PageTextBox.
Text
);
MS\Internal\Documents\FindToolBar.xaml.cs (2)
47
get { return FindTextBox.
Text
; }
216
if (FindTextBox.
Text
.Length >= 1)
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (3)
471
if (EditableTextBoxSite != null && EditableTextBoxSite.
Text
!= text)
624
TextUpdated(EditableTextBoxSite.
Text
, true);
794
TextUpdated(EditableTextBoxSite.
Text
, true);
Microsoft\Windows\Controls\TextSearchInternal.cs (1)
650
return textBox.
Text
;