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