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; 1864if (r != Rect.Empty && TextEditor != null) 2525ITextPointer tp = TextEditor.Selection.Start; 2544return (TextEditor != null && TextEditor.Selection != null);