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