7 references to TextEditor
PresentationFramework (7)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
3128
return DocumentViewerOwner.
TextEditor
;
src\Framework\System\Windows\Controls\DocumentViewer.cs (4)
1446
if (
TextEditor
!= null)
1448
return
TextEditor
.Selection;
1802
args.CanExecute = dv.
TextEditor
!= null;
2242
if (_findToolbar != null &&
TextEditor
!= null)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
940
get { return (_findToolBarHost != null && this.Document != null && this.
TextEditor
!= null); }
1168
if (findToolBar != null && this.
TextEditor
!= null)