2 implementations of Text
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
383string ITextRange.Text
src\Framework\System\windows\Documents\TextSelection.cs (1)
289string ITextRange.Text
14 writes to Text
PresentationFramework (14)
src\Framework\System\Windows\Documents\SpellerError.cs (1)
67range.Text = correctedText;
src\Framework\System\windows\Documents\TextEditor.cs (1)
452range.Text = text;
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (3)
399This.Selection.Text = String.Empty; 1133This.Selection.Text = String.Empty; 1183This.Selection.Text = pastedText;
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (2)
280_dragSourceTextRange.Text = String.Empty; 599_dragSourceTextRange.Text = String.Empty;
src\Framework\System\windows\Documents\TextEditorTyping.cs (6)
595This.Selection.Text = String.Empty; 740This.Selection.Text = String.Empty; 968This.Selection.Text = String.Empty; 1034This.Selection.Text = String.Empty; 1126This.Selection.Text = String.Empty; 1174This.Selection.Text = Environment.NewLine;
src\Framework\System\Windows\Documents\TextRange.cs (1)
1350((ITextRange)this).Text = value;
7 references to Text
PresentationFramework (7)
src\Framework\System\Windows\Documents\ImmComposition.cs (2)
1491string target = range.Text; 1608surrounding += range.Text;
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
116string textString = This.Selection.Text;
src\Framework\System\windows\Documents\TextEditorSpelling.cs (1)
354string text = selection.Text;
src\Framework\System\Windows\Documents\TextRange.cs (2)
381/// <see cref="ITextRange.Text"/> 1345return ((ITextRange)this).Text;
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1529string text = thisRange.Text;