1 write to _findToolBarHost
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
116_findToolBarHost = GetTemplateChild(_findToolBarHostTemplateName) as Decorator;
5 references to _findToolBarHost
PresentationFramework (5)
System\Windows\Controls\FlowDocumentReader.cs (5)
1317DocumentViewerHelper.ToggleFindToolBar(_findToolBarHost, new EventHandler(OnFindInvoked), enable); 1628DocumentViewerHelper.KeyDownHelper(e, ((FlowDocumentReader)sender)._findToolBarHost); 1868get { return ((_findToolBarHost != null) && IsFindEnabled && (Document != null)); } 1893get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }