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