1 write to _findToolBarHost
PresentationFramework (1)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
103_findToolBarHost = GetTemplateChild(_findToolBarHostTemplateName) as Decorator;
5 references to _findToolBarHost
PresentationFramework (5)
System\Windows\Controls\FlowDocumentScrollViewer.cs (5)
888get { return (_findToolBarHost != null && Document != null && _textEditor != null); } 933DocumentViewerHelper.ToggleFindToolBar(_findToolBarHost, new EventHandler(OnFindInvoked), enable); 1588DocumentViewerHelper.KeyDownHelper(e, ((FlowDocumentScrollViewer)sender)._findToolBarHost); 1798get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }