1 write to _findToolBarHost
PresentationFramework (1)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
104
_findToolBarHost
= GetTemplateChild(_findToolBarHostTemplateName) as Decorator;
5 references to _findToolBarHost
PresentationFramework (5)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (5)
940
get { return (
_findToolBarHost
!= null && this.Document != null && this.TextEditor != null); }
1153
DocumentViewerHelper.ToggleFindToolBar(
_findToolBarHost
, new EventHandler(OnFindInvoked), enable);
1373
DocumentViewerHelper.KeyDownHelper(e, ((FlowDocumentPageViewer)sender).
_findToolBarHost
);
1494
get { return (
_findToolBarHost
!= null) ?
_findToolBarHost
.Child as FindToolBar : null; }