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