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