2 implementations of Text
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
384string ITextRange.Text
System\windows\Documents\TextSelection.cs (1)
271string ITextRange.Text
14 writes to Text
PresentationFramework (14)
System\Windows\Documents\SpellerError.cs (1)
65range.Text = correctedText;
System\windows\Documents\TextEditor.cs (1)
423range.Text = text;
System\windows\Documents\TextEditorCopyPaste.cs (3)
304This.Selection.Text = String.Empty; 945This.Selection.Text = String.Empty; 995This.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)
561This.Selection.Text = String.Empty; 706This.Selection.Text = String.Empty; 933This.Selection.Text = String.Empty; 999This.Selection.Text = String.Empty; 1091This.Selection.Text = String.Empty; 1139This.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)
1329string target = range.Text; 1440surrounding += range.Text;
System\windows\Documents\TextEditorCopyPaste.cs (1)
74string textString = This.Selection.Text;
System\windows\Documents\TextEditorSpelling.cs (1)
351string text = selection.Text;
System\Windows\Documents\TextRange.cs (2)
382/// <see cref="ITextRange.Text"/> 1337return ((ITextRange)this).Text;
System\Windows\Documents\TextRangeBase.cs (1)
1504string text = thisRange.Text;