3 references to QuaternionAnimationUsingKeyFrames
PresentationCore (1)
System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
118return new QuaternionAnimationUsingKeyFrames();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8046bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.QuaternionAnimationUsingKeyFrames(); };
System\Windows\Markup\KnownTypes.cs (1)
1483case KnownElements.QuaternionAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.QuaternionAnimationUsingKeyFrames(); break;