2 implementations of Text
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
384
string ITextRange.
Text
System\windows\Documents\TextSelection.cs (1)
271
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)
423
range.
Text
= text;
System\windows\Documents\TextEditorCopyPaste.cs (3)
304
This.Selection.
Text
= String.Empty;
945
This.Selection.
Text
= String.Empty;
995
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)
561
This.Selection.
Text
= String.Empty;
706
This.Selection.
Text
= String.Empty;
933
This.Selection.
Text
= String.Empty;
999
This.Selection.
Text
= String.Empty;
1091
This.Selection.
Text
= String.Empty;
1139
This.Selection.
Text
= Environment.NewLine;
System\Windows\Documents\TextRange.cs (1)
1342
((ITextRange)this).
Text
= value;
7 references to Text
PresentationFramework (7)
System\Windows\Documents\ImmComposition.cs (2)
1329
string target = range.
Text
;
1440
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)
382
/// <see cref="ITextRange.
Text
"/>
1337
return ((ITextRange)this).
Text
;
System\Windows\Documents\TextRangeBase.cs (1)
1504
string text = thisRange.
Text
;