3 instantiations of SplineVector3DKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1985
return new
SplineVector3DKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10385
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineVector3DKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1555
case KnownElements.SplineVector3DKeyFrame: o = new System.Windows.Media.Animation.
SplineVector3DKeyFrame
(); break;
4 references to SplineVector3DKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
2025
typeof(
SplineVector3DKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
692
case 598: t = () => typeof(
SplineVector3DKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10382
typeof(System.Windows.Media.Animation.
SplineVector3DKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6146
case KnownElements.SplineVector3DKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineVector3DKeyFrame
); break;