7 references to TextEditor
PresentationFramework (7)
MS\Internal\Documents\DocumentGrid.cs (1)
3061return DocumentViewerOwner.TextEditor;
System\Windows\Controls\DocumentViewer.cs (4)
1359if (TextEditor != null) 1361return TextEditor.Selection; 1708args.CanExecute = dv.TextEditor != null; 2128if (_findToolbar != null && TextEditor != null)
System\Windows\Controls\SinglePageViewer.cs (2)
931get { return (_findToolBarHost != null && this.Document != null && this.TextEditor != null); } 1159if (findToolBar != null && this.TextEditor != null)