3 instantiations of SplineQuaternionKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1223
return new
SplineQuaternionKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9296
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineQuaternionKeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1555
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)
1263
typeof(
SplineQuaternionKeyFrame
),
System\Windows\Media\Animation\SplineQuaternionKeyFrame.cs (1)
29
typeof(
SplineQuaternionKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
686
case 592: t = () => typeof(
SplineQuaternionKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9294
typeof(System.Windows.Media.Animation.
SplineQuaternionKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6146
case KnownElements.SplineQuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineQuaternionKeyFrame
); break;