6 references to SplineQuaternionKeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1249
:
this
()
1258
:
this
()
1268
:
this
()
1290
return new
SplineQuaternionKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9294
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineQuaternionKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1556
case KnownElements.SplineQuaternionKeyFrame: o = new System.Windows.Media.Animation.
SplineQuaternionKeyFrame
(); break;