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