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