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