3 instantiations of SplineQuaternionKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1290return new SplineQuaternionKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9294bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineQuaternionKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1556case KnownElements.SplineQuaternionKeyFrame: o = new System.Windows.Media.Animation.SplineQuaternionKeyFrame(); break;
5 references to SplineQuaternionKeyFrame
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1330typeof(SplineQuaternionKeyFrame),
Core\CSharp\System\Windows\Media\Animation\SplineQuaternionKeyFrame.cs (1)
32typeof(SplineQuaternionKeyFrame),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
684case 592: t = () => typeof(SplineQuaternionKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9292typeof(System.Windows.Media.Animation.SplineQuaternionKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6136case KnownElements.SplineQuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.SplineQuaternionKeyFrame); break;