7 references to TextEditor
PresentationFramework (7)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
3128return DocumentViewerOwner.TextEditor;
src\Framework\System\Windows\Controls\DocumentViewer.cs (4)
1446if (TextEditor != null) 1448return TextEditor.Selection; 1802args.CanExecute = dv.TextEditor != null; 2242if (_findToolbar != null && TextEditor != null)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
940get { return (_findToolBarHost != null && this.Document != null && this.TextEditor != null); } 1168if (findToolBar != null && this.TextEditor != null)