2 implementations of Text
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
383
string ITextRange.
Text
src\Framework\System\windows\Documents\TextSelection.cs (1)
289
string ITextRange.
Text
14 writes to Text
PresentationFramework (14)
src\Framework\System\Windows\Documents\SpellerError.cs (1)
67
range.
Text
= correctedText;
src\Framework\System\windows\Documents\TextEditor.cs (1)
452
range.
Text
= text;
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (3)
399
This.Selection.
Text
= String.Empty;
1133
This.Selection.
Text
= String.Empty;
1183
This.Selection.
Text
= pastedText;
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (2)
280
_dragSourceTextRange.
Text
= String.Empty;
599
_dragSourceTextRange.
Text
= String.Empty;
src\Framework\System\windows\Documents\TextEditorTyping.cs (6)
595
This.Selection.
Text
= String.Empty;
740
This.Selection.
Text
= String.Empty;
968
This.Selection.
Text
= String.Empty;
1034
This.Selection.
Text
= String.Empty;
1126
This.Selection.
Text
= String.Empty;
1174
This.Selection.
Text
= Environment.NewLine;
src\Framework\System\Windows\Documents\TextRange.cs (1)
1350
((ITextRange)this).
Text
= value;
7 references to Text
PresentationFramework (7)
src\Framework\System\Windows\Documents\ImmComposition.cs (2)
1491
string target = range.
Text
;
1608
surrounding += range.
Text
;
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
116
string textString = This.Selection.
Text
;
src\Framework\System\windows\Documents\TextEditorSpelling.cs (1)
354
string text = selection.
Text
;
src\Framework\System\Windows\Documents\TextRange.cs (2)
381
/// <see cref="ITextRange.
Text
"/>
1345
return ((ITextRange)this).
Text
;
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1529
string text = thisRange.
Text
;