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)
10273
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplinePoint3DKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1547
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)
10270
typeof(System.Windows.Media.Animation.
SplinePoint3DKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6138
case KnownElements.SplinePoint3DKeyFrame: t = typeof(System.Windows.Media.Animation.
SplinePoint3DKeyFrame
); break;