10 references to TextEditor
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
292if (TextEditor != null && TextEditor.Selection != null) 295ITextPointer tp = TextEditor.Selection.Start; 916if (TextEditor != null) 918return TextEditor.TextView; 1275ITextRange textRange = TextEditor.Selection; 1871if (r != Rect.Empty && TextEditor != null) 2544ITextPointer tp = TextEditor.Selection.Start; 2563return (TextEditor != null && TextEditor.Selection != null);