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