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