1 write to _toolBarHost
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
110_toolBarHost = GetTemplateChild(_toolBarHostTemplateName) as Decorator;
6 references to _toolBarHost
PresentationFramework (6)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
111if (_toolBarHost != null) 113_toolBarHost.Visibility = IsToolBarVisible ? Visibility.Visible : Visibility.Collapsed; 943if (!IsToolBarVisible && _toolBarHost != null) 945_toolBarHost.Visibility = enable ? Visibility.Visible : Visibility.Collapsed; 1763if (viewer._toolBarHost != null) 1765viewer._toolBarHost.Visibility = (bool)e.NewValue ? Visibility.Visible : Visibility.Collapsed;