3 instantiations of SplineRotation3DKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1357
return new
SplineRotation3DKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9322
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineRotation3DKeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1557
case KnownElements.SplineRotation3DKeyFrame: o = new System.Windows.Media.Animation.
SplineRotation3DKeyFrame
(); break;
4 references to SplineRotation3DKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1397
typeof(
SplineRotation3DKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
690
case 594: t = () => typeof(
SplineRotation3DKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9320
typeof(System.Windows.Media.Animation.
SplineRotation3DKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6148
case KnownElements.SplineRotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineRotation3DKeyFrame
); break;