2 references to VerticalScrollBarTemplateName
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1372
scrollBar = GetTemplateChild(
VerticalScrollBarTemplateName
) as ScrollBar;
2677
FrameworkElementFactory vsb = new FrameworkElementFactory(typeof(ScrollBar),
VerticalScrollBarTemplateName
);