6 references to SplinePointKeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
983
:
this
()
992
:
this
()
1002
:
this
()
1024
return new
SplinePointKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9282
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplinePointKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1555
case KnownElements.SplinePointKeyFrame: o = new System.Windows.Media.Animation.
SplinePointKeyFrame
(); break;