3 instantiations of SplineQuaternionKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
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;
5 references to SplineQuaternionKeyFrame
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1330
typeof(
SplineQuaternionKeyFrame
),
Core\CSharp\System\Windows\Media\Animation\SplineQuaternionKeyFrame.cs (1)
32
typeof(
SplineQuaternionKeyFrame
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
684
case 592: t = () => typeof(
SplineQuaternionKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9292
typeof(System.Windows.Media.Animation.
SplineQuaternionKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6136
case KnownElements.SplineQuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineQuaternionKeyFrame
); break;