2 references to HorizontalScrollBarTemplateName
PresentationFramework (2)
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
1401
ScrollBar scrollBar = GetTemplateChild(
HorizontalScrollBarTemplateName
) as ScrollBar;
2722
FrameworkElementFactory hsb = new FrameworkElementFactory(typeof(ScrollBar),
HorizontalScrollBarTemplateName
);