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