2 references to ScrollBar
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8721bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.ScrollBar(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1521case KnownElements.ScrollBar: o = new System.Windows.Controls.Primitives.ScrollBar(); break;