2 implementations of Text
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
393
string ITextRange.
Text
System\windows\Documents\TextSelection.cs (1)
286
string ITextRange.
Text
14 writes to Text
PresentationFramework (14)
System\Windows\Documents\SpellerError.cs (1)
67
range.
Text
= correctedText;
System\windows\Documents\TextEditor.cs (1)
437
range.
Text
= text;
System\windows\Documents\TextEditorCopyPaste.cs (3)
317
This.Selection.
Text
= String.Empty;
956
This.Selection.
Text
= String.Empty;
1006
This.Selection.
Text
= pastedText;
System\windows\Documents\TextEditorDragDrop.cs (2)
268
_dragSourceTextRange.
Text
= String.Empty;
587
_dragSourceTextRange.
Text
= String.Empty;
System\windows\Documents\TextEditorTyping.cs (6)
579
This.Selection.
Text
= String.Empty;
724
This.Selection.
Text
= String.Empty;
951
This.Selection.
Text
= String.Empty;
1017
This.Selection.
Text
= String.Empty;
1109
This.Selection.
Text
= String.Empty;
1157
This.Selection.
Text
= Environment.NewLine;
System\Windows\Documents\TextRange.cs (1)
1353
((ITextRange)this).
Text
= value;
7 references to Text
PresentationFramework (7)
System\Windows\Documents\ImmComposition.cs (2)
1350
string target = range.
Text
;
1461
surrounding += range.
Text
;
System\windows\Documents\TextEditorCopyPaste.cs (1)
87
string textString = This.Selection.
Text
;
System\windows\Documents\TextEditorSpelling.cs (1)
352
string text = selection.
Text
;
System\Windows\Documents\TextRange.cs (2)
391
/// <see cref="ITextRange.
Text
"/>
1348
return ((ITextRange)this).
Text
;
System\Windows\Documents\TextRangeBase.cs (1)
1507
string text = thisRange.
Text
;