3 references to QuaternionAnimationUsingKeyFrames
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
120
return new
QuaternionAnimationUsingKeyFrames
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8042
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
QuaternionAnimationUsingKeyFrames
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1484
case KnownElements.QuaternionAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.
QuaternionAnimationUsingKeyFrames
(); break;