10 references to TextEditor
PresentationFramework (10)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (10)
306if (TextEditor != null && TextEditor.Selection != null) 309ITextPointer tp = TextEditor.Selection.Start; 943if (TextEditor != null) 945return TextEditor.TextView; 1307ITextRange textRange = TextEditor.Selection; 1914if (r != Rect.Empty && TextEditor != null) 2588ITextPointer tp = TextEditor.Selection.Start; 2607return (TextEditor != null && TextEditor.Selection != null);