2 implementations of Text
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
383
string ITextRange.
Text
System\windows\Documents\TextSelection.cs (1)
270
string ITextRange.
Text
14 writes to Text
PresentationFramework (14)
System\Windows\Documents\SpellerError.cs (1)
64
range.
Text
= correctedText;
System\windows\Documents\TextEditor.cs (1)
422
range.
Text
= text;
System\windows\Documents\TextEditorCopyPaste.cs (3)
303
This.Selection.
Text
= String.Empty;
944
This.Selection.
Text
= String.Empty;
994
This.Selection.
Text
= pastedText;
System\windows\Documents\TextEditorDragDrop.cs (2)
250
_dragSourceTextRange.
Text
= String.Empty;
569
_dragSourceTextRange.
Text
= String.Empty;
System\windows\Documents\TextEditorTyping.cs (6)
560
This.Selection.
Text
= String.Empty;
705
This.Selection.
Text
= String.Empty;
932
This.Selection.
Text
= String.Empty;
998
This.Selection.
Text
= String.Empty;
1090
This.Selection.
Text
= String.Empty;
1138
This.Selection.
Text
= Environment.NewLine;
System\Windows\Documents\TextRange.cs (1)
1341
((ITextRange)this).
Text
= value;
7 references to Text
PresentationFramework (7)
System\Windows\Documents\ImmComposition.cs (2)
1328
string target = range.
Text
;
1439
surrounding += range.
Text
;
System\windows\Documents\TextEditorCopyPaste.cs (1)
73
string textString = This.Selection.
Text
;
System\windows\Documents\TextEditorSpelling.cs (1)
350
string text = selection.
Text
;
System\Windows\Documents\TextRange.cs (2)
381
/// <see cref="ITextRange.
Text
"/>
1336
return ((ITextRange)this).
Text
;
System\Windows\Documents\TextRangeBase.cs (1)
1503
string text = thisRange.
Text
;