2 implementations of Text
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
390string ITextRange.Text
System\windows\Documents\TextSelection.cs (1)
283string ITextRange.Text
14 writes to Text
PresentationFramework (14)
System\Windows\Documents\SpellerError.cs (1)
65range.Text = correctedText;
System\windows\Documents\TextEditor.cs (1)
431range.Text = text;
System\windows\Documents\TextEditorCopyPaste.cs (3)
304This.Selection.Text = String.Empty; 943This.Selection.Text = String.Empty; 993This.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)
570This.Selection.Text = String.Empty; 715This.Selection.Text = String.Empty; 942This.Selection.Text = String.Empty; 1008This.Selection.Text = String.Empty; 1100This.Selection.Text = String.Empty; 1148This.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)
1342string target = range.Text; 1453surrounding += 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)
388/// <see cref="ITextRange.Text"/> 1345return ((ITextRange)this).Text;
System\Windows\Documents\TextRangeBase.cs (1)
1504string text = thisRange.Text;