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)
111
if (
_toolBarHost
!= null)
113
_toolBarHost
.Visibility = IsToolBarVisible ? Visibility.Visible : Visibility.Collapsed;
943
if (!IsToolBarVisible &&
_toolBarHost
!= null)
945
_toolBarHost
.Visibility = enable ? Visibility.Visible : Visibility.Collapsed;
1763
if (viewer.
_toolBarHost
!= null)
1765
viewer.
_toolBarHost
.Visibility = (bool)e.NewValue ? Visibility.Visible : Visibility.Collapsed;