7 references to TextEditor
PresentationFramework (7)
MS\Internal\Documents\DocumentGrid.cs (1)
3074return DocumentViewerOwner.TextEditor;
System\Windows\Controls\DocumentViewer.cs (4)
1414if (TextEditor != null) 1416return TextEditor.Selection; 1763args.CanExecute = dv.TextEditor != null; 2183if (_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)