3 instantiations of SplineRotation3DKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1350return new SplineRotation3DKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10329DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineRotation3DKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1551case KnownElements.SplineRotation3DKeyFrame: o = new System.Windows.Media.Animation.SplineRotation3DKeyFrame(); break;
4 references to SplineRotation3DKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1390typeof(SplineRotation3DKeyFrame),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
688case 594: t = () => typeof(SplineRotation3DKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10326typeof(System.Windows.Media.Animation.SplineRotation3DKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
6142case KnownElements.SplineRotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.SplineRotation3DKeyFrame); break;