1 write to _findToolBarHost
PresentationFramework (1)
System\Windows\Controls\SinglePageViewer.cs (1)
102
_findToolBarHost
= GetTemplateChild(_findToolBarHostTemplateName) as Decorator;
5 references to _findToolBarHost
PresentationFramework (5)
System\Windows\Controls\SinglePageViewer.cs (5)
933
get { return (
_findToolBarHost
!= null && this.Document != null && this.TextEditor != null); }
1146
DocumentViewerHelper.ToggleFindToolBar(
_findToolBarHost
, new EventHandler(OnFindInvoked), enable);
1366
DocumentViewerHelper.KeyDownHelper(e, ((FlowDocumentPageViewer)sender).
_findToolBarHost
);
1487
get { return (
_findToolBarHost
!= null) ?
_findToolBarHost
.Child as FindToolBar : null; }