6 references to SplineSingleKeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1648
:
this
()
1657
:
this
()
1667
:
this
()
1689
return new
SplineSingleKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9330
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineSingleKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1559
case KnownElements.SplineSingleKeyFrame: o = new System.Windows.Media.Animation.
SplineSingleKeyFrame
(); break;