2 implementations of Text
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
390
string ITextRange.
Text
System\windows\Documents\TextSelection.cs (1)
283
string ITextRange.
Text
14 writes to Text
PresentationFramework (14)
System\Windows\Documents\SpellerError.cs (1)
65
range.
Text
= correctedText;
System\windows\Documents\TextEditor.cs (1)
431
range.
Text
= text;
System\windows\Documents\TextEditorCopyPaste.cs (3)
304
This.Selection.
Text
= String.Empty;
943
This.Selection.
Text
= String.Empty;
993
This.Selection.
Text
= pastedText;
System\windows\Documents\TextEditorDragDrop.cs (2)
251
_dragSourceTextRange.
Text
= String.Empty;
570
_dragSourceTextRange.
Text
= String.Empty;
System\windows\Documents\TextEditorTyping.cs (6)
570
This.Selection.
Text
= String.Empty;
715
This.Selection.
Text
= String.Empty;
942
This.Selection.
Text
= String.Empty;
1008
This.Selection.
Text
= String.Empty;
1100
This.Selection.
Text
= String.Empty;
1148
This.Selection.
Text
= Environment.NewLine;
System\Windows\Documents\TextRange.cs (1)
1350
((ITextRange)this).
Text
= value;
7 references to Text
PresentationFramework (7)
System\Windows\Documents\ImmComposition.cs (2)
1342
string target = range.
Text
;
1453
surrounding += range.
Text
;
System\windows\Documents\TextEditorCopyPaste.cs (1)
74
string textString = This.Selection.
Text
;
System\windows\Documents\TextEditorSpelling.cs (1)
351
string text = selection.
Text
;
System\Windows\Documents\TextRange.cs (2)
388
/// <see cref="ITextRange.
Text
"/>
1345
return ((ITextRange)this).
Text
;
System\Windows\Documents\TextRangeBase.cs (1)
1504
string text = thisRange.
Text
;