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