3 instantiations of SplineRotation3DKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1356return new SplineRotation3DKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10328DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineRotation3DKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1550case KnownElements.SplineRotation3DKeyFrame: o = new System.Windows.Media.Animation.SplineRotation3DKeyFrame(); break;
4 references to SplineRotation3DKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1396typeof(SplineRotation3DKeyFrame),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
687case 594: t = () => typeof(SplineRotation3DKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10325typeof(System.Windows.Media.Animation.SplineRotation3DKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
6141case KnownElements.SplineRotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.SplineRotation3DKeyFrame); break;