1 write to _findToolBarHost
PresentationFramework (1)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
104_findToolBarHost = GetTemplateChild(_findToolBarHostTemplateName) as Decorator;
5 references to _findToolBarHost
PresentationFramework (5)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (5)
940get { return (_findToolBarHost != null && this.Document != null && this.TextEditor != null); } 1153DocumentViewerHelper.ToggleFindToolBar(_findToolBarHost, new EventHandler(OnFindInvoked), enable); 1373DocumentViewerHelper.KeyDownHelper(e, ((FlowDocumentPageViewer)sender)._findToolBarHost); 1494get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }