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