6 references to SplineQuaternionKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1192
:
this
()
1201
:
this
()
1211
:
this
()
1230
return new
SplineQuaternionKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10301
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineQuaternionKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1549
case KnownElements.SplineQuaternionKeyFrame: o = new System.Windows.Media.Animation.
SplineQuaternionKeyFrame
(); break;