1 write to _findToolBarHost
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
107
_findToolBarHost
= GetTemplateChild(_findToolBarHostTemplateName) as Decorator;
5 references to _findToolBarHost
PresentationFramework (5)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (5)
895
get { return (
_findToolBarHost
!= null && Document != null && _textEditor != null); }
940
DocumentViewerHelper.ToggleFindToolBar(
_findToolBarHost
, new EventHandler(OnFindInvoked), enable);
1593
DocumentViewerHelper.KeyDownHelper(e, ((FlowDocumentScrollViewer)sender).
_findToolBarHost
);
1803
get { return (
_findToolBarHost
!= null) ?
_findToolBarHost
.Child as FindToolBar : null; }