3 instantiations of SplineQuaternionKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1223return new SplineQuaternionKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10301DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineQuaternionKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1549case KnownElements.SplineQuaternionKeyFrame: o = new System.Windows.Media.Animation.SplineQuaternionKeyFrame(); break;
5 references to SplineQuaternionKeyFrame
PresentationCore (2)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1263typeof(SplineQuaternionKeyFrame),
System\Windows\Media\Animation\SplineQuaternionKeyFrame.cs (1)
29typeof(SplineQuaternionKeyFrame),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
686case 592: t = () => typeof(SplineQuaternionKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10298typeof(System.Windows.Media.Animation.SplineQuaternionKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
6140case KnownElements.SplineQuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.SplineQuaternionKeyFrame); break;