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