1 write to _findToolBarHost
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
117
_findToolBarHost
= GetTemplateChild(_findToolBarHostTemplateName) as Decorator;
5 references to _findToolBarHost
PresentationFramework (5)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (5)
1323
DocumentViewerHelper.ToggleFindToolBar(
_findToolBarHost
, new EventHandler(OnFindInvoked), enable);
1634
DocumentViewerHelper.KeyDownHelper(e, ((FlowDocumentReader)sender).
_findToolBarHost
);
1874
get { return ((
_findToolBarHost
!= null) && IsFindEnabled && (Document != null)); }
1899
get { return (
_findToolBarHost
!= null) ?
_findToolBarHost
.Child as FindToolBar : null; }