10 references to TextEditor
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
291if (TextEditor != null && TextEditor.Selection != null) 294ITextPointer tp = TextEditor.Selection.Start; 906if (TextEditor != null) 908return TextEditor.TextView; 1265ITextRange textRange = TextEditor.Selection; 1858if (r != Rect.Empty && TextEditor != null) 2519ITextPointer tp = TextEditor.Selection.Start; 2538return (TextEditor != null && TextEditor.Selection != null);