7 writes to Text
PresentationFramework (7)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
110
Text
= textData // Note that in RichTextBox this assignment will convert NewLines into Paragraphs
System\Windows\Controls\TextBox.cs (1)
775
TextSelectionInternal.
Text
= value;
System\Windows\Documents\TextRange.cs (1)
1572
this.
Text
= String.Empty;
System\Windows\Documents\TextRangeBase.cs (2)
295
range.
Text
= String.Empty;
1560
thisRange.
Text
= text;
System\Windows\Documents\TextRangeSerialization.cs (2)
155
range.
Text
= String.Empty;
1287
range.
Text
= fragmentText;
5 references to Text
PresentationFramework (5)
System\Windows\Controls\TextBox.cs (1)
769
return TextSelectionInternal.
Text
;
System\Windows\Documents\TextPointer.cs (1)
702
/// <see cref="TextRange.
Text
"/> property for more sophisticated
System\windows\Documents\TextSelection.cs (1)
281
/// <see cref="System.Windows.Documents.TextRange.
Text
"/>
System\Windows\Documents\TextStore.cs (2)
1261
string unmergedText = range.
Text
;
1290
Invariant.Assert(range.
Text
== unmergedText);