10 references to TextEditor
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
299if (TextEditor != null && TextEditor.Selection != null) 302ITextPointer tp = TextEditor.Selection.Start; 923if (TextEditor != null) 925return TextEditor.TextView; 1282ITextRange textRange = TextEditor.Selection; 1875if (r != Rect.Empty && TextEditor != null) 2546ITextPointer tp = TextEditor.Selection.Start; 2565return (TextEditor != null && TextEditor.Selection != null);