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