3 instantiations of SplinePoint3DKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1096return new SplinePoint3DKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9272bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplinePoint3DKeyFrame(); };
System\Windows\Markup\KnownTypes.cs (1)
1553case KnownElements.SplinePoint3DKeyFrame: o = new System.Windows.Media.Animation.SplinePoint3DKeyFrame(); break;
4 references to SplinePoint3DKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1136typeof(SplinePoint3DKeyFrame),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
684case 590: t = () => typeof(SplinePoint3DKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9270typeof(System.Windows.Media.Animation.SplinePoint3DKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
6144case KnownElements.SplinePoint3DKeyFrame: t = typeof(System.Windows.Media.Animation.SplinePoint3DKeyFrame); break;