7 references to TextEditor
PresentationFramework (7)
MS\Internal\Documents\DocumentGrid.cs (1)
3076return DocumentViewerOwner.TextEditor;
System\Windows\Controls\DocumentViewer.cs (4)
1426if (TextEditor != null) 1428return TextEditor.Selection; 1769args.CanExecute = dv.TextEditor != null; 2187if (_findToolbar != null && TextEditor != null)
System\Windows\Controls\SinglePageViewer.cs (2)
933get { return (_findToolBarHost != null && this.Document != null && this.TextEditor != null); } 1161if (findToolBar != null && this.TextEditor != null)