6 references to SplineVector3DKeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
2047
:
this
()
2056
:
this
()
2066
:
this
()
2088
return new
SplineVector3DKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9366
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineVector3DKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1562
case KnownElements.SplineVector3DKeyFrame: o = new System.Windows.Media.Animation.
SplineVector3DKeyFrame
(); break;