6 references to SplineQuaternionKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1191
:
this
()
1200
:
this
()
1210
:
this
()
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;