7 writes to Text
PresentationFramework (7)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
129
range.
Text
= textData; // Note that in RichTextBox this assignment will convert NewLines into Paragraphs
src\Framework\System\Windows\Controls\TextBox.cs (1)
809
TextSelectionInternal.
Text
= value;
src\Framework\System\Windows\Documents\TextRange.cs (1)
1580
this.
Text
= String.Empty;
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
309
range.
Text
= String.Empty;
1591
thisRange.
Text
= text;
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
163
range.
Text
= String.Empty;
1317
range.
Text
= fragmentText;
5 references to Text
PresentationFramework (5)
src\Framework\System\Windows\Controls\TextBox.cs (1)
803
return TextSelectionInternal.
Text
;
src\Framework\System\Windows\Documents\TextPointer.cs (1)
718
/// <see cref="TextRange.
Text
"/> property for more sophisticated
src\Framework\System\windows\Documents\TextSelection.cs (1)
287
/// <see cref="System.Windows.Documents.TextRange.
Text
"/>
src\Framework\System\Windows\Documents\TextStore.cs (2)
1144
string unmergedText = range.
Text
;
1173
Invariant.Assert(range.
Text
== unmergedText);