2 implementations of Text
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
383string ITextRange.Text
System\windows\Documents\TextSelection.cs (1)
270string ITextRange.Text
14 writes to Text
PresentationFramework (14)
System\Windows\Documents\SpellerError.cs (1)
64range.Text = correctedText;
System\windows\Documents\TextEditor.cs (1)
422range.Text = text;
System\windows\Documents\TextEditorCopyPaste.cs (3)
303This.Selection.Text = String.Empty; 944This.Selection.Text = String.Empty; 994This.Selection.Text = pastedText;
System\windows\Documents\TextEditorDragDrop.cs (2)
250_dragSourceTextRange.Text = String.Empty; 569_dragSourceTextRange.Text = String.Empty;
System\windows\Documents\TextEditorTyping.cs (6)
560This.Selection.Text = String.Empty; 705This.Selection.Text = String.Empty; 932This.Selection.Text = String.Empty; 998This.Selection.Text = String.Empty; 1090This.Selection.Text = String.Empty; 1138This.Selection.Text = Environment.NewLine;
System\Windows\Documents\TextRange.cs (1)
1341((ITextRange)this).Text = value;
7 references to Text
PresentationFramework (7)
System\Windows\Documents\ImmComposition.cs (2)
1328string target = range.Text; 1439surrounding += range.Text;
System\windows\Documents\TextEditorCopyPaste.cs (1)
73string textString = This.Selection.Text;
System\windows\Documents\TextEditorSpelling.cs (1)
350string text = selection.Text;
System\Windows\Documents\TextRange.cs (2)
381/// <see cref="ITextRange.Text"/> 1336return ((ITextRange)this).Text;
System\Windows\Documents\TextRangeBase.cs (1)
1503string text = thisRange.Text;