10 references to TextEditor
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
291if (TextEditor != null && TextEditor.Selection != null) 294ITextPointer tp = TextEditor.Selection.Start; 912if (TextEditor != null) 914return TextEditor.TextView; 1271ITextRange textRange = TextEditor.Selection; 1867if (r != Rect.Empty && TextEditor != null) 2528ITextPointer tp = TextEditor.Selection.Start; 2547return (TextEditor != null && TextEditor.Selection != null);