7 references to TextEditor
PresentationFramework (7)
MS\Internal\Documents\DocumentGrid.cs (1)
3062return DocumentViewerOwner.TextEditor;
System\Windows\Controls\DocumentViewer.cs (4)
1360if (TextEditor != null) 1362return TextEditor.Selection; 1709args.CanExecute = dv.TextEditor != null; 2129if (_findToolbar != null && TextEditor != null)
System\Windows\Controls\SinglePageViewer.cs (2)
932get { return (_findToolBarHost != null && this.Document != null && this.TextEditor != null); } 1160if (findToolBar != null && this.TextEditor != null)