3 instantiations of SplineQuaternionKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1229
return new
SplineQuaternionKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10300
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineQuaternionKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1548
case KnownElements.SplineQuaternionKeyFrame: o = new System.Windows.Media.Animation.
SplineQuaternionKeyFrame
(); break;
5 references to SplineQuaternionKeyFrame
PresentationCore (2)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1269
typeof(
SplineQuaternionKeyFrame
),
System\Windows\Media\Animation\SplineQuaternionKeyFrame.cs (1)
28
typeof(
SplineQuaternionKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
685
case 592: t = () => typeof(
SplineQuaternionKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10297
typeof(System.Windows.Media.Animation.
SplineQuaternionKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6139
case KnownElements.SplineQuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineQuaternionKeyFrame
); break;