3 instantiations of SplineVector3DKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
2088return new SplineVector3DKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9366bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineVector3DKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1562case KnownElements.SplineVector3DKeyFrame: o = new System.Windows.Media.Animation.SplineVector3DKeyFrame(); break;
4 references to SplineVector3DKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
2128typeof(SplineVector3DKeyFrame),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
690case 598: t = () => typeof(SplineVector3DKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9364typeof(System.Windows.Media.Animation.SplineVector3DKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6142case KnownElements.SplineVector3DKeyFrame: t = typeof(System.Windows.Media.Animation.SplineVector3DKeyFrame); break;