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