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