10 references to TextEditor
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
291if (TextEditor != null && TextEditor.Selection != null) 294ITextPointer tp = TextEditor.Selection.Start; 915if (TextEditor != null) 917return TextEditor.TextView; 1274ITextRange textRange = TextEditor.Selection; 1870if (r != Rect.Empty && TextEditor != null) 2531ITextPointer tp = TextEditor.Selection.Start; 2550return (TextEditor != null && TextEditor.Selection != null);