7 writes to Text
PresentationFramework (7)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
109
Text
= textData // Note that in RichTextBox this assignment will convert NewLines into Paragraphs
System\Windows\Controls\TextBox.cs (1)
774
TextSelectionInternal.
Text
= value;
System\Windows\Documents\TextRange.cs (1)
1571
this.
Text
= String.Empty;
System\Windows\Documents\TextRangeBase.cs (2)
294
range.
Text
= String.Empty;
1559
thisRange.
Text
= text;
System\Windows\Documents\TextRangeSerialization.cs (2)
154
range.
Text
= String.Empty;
1286
range.
Text
= fragmentText;
5 references to Text
PresentationFramework (5)
System\Windows\Controls\TextBox.cs (1)
768
return TextSelectionInternal.
Text
;
System\Windows\Documents\TextPointer.cs (1)
701
/// <see cref="TextRange.
Text
"/> property for more sophisticated
System\windows\Documents\TextSelection.cs (1)
268
/// <see cref="System.Windows.Documents.TextRange.
Text
"/>
System\Windows\Documents\TextStore.cs (2)
1257
string unmergedText = range.
Text
;
1286
Invariant.Assert(range.
Text
== unmergedText);