6 references to SplineSingleKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1572
:
this
()
1581
:
this
()
1591
:
this
()
1610
return new
SplineSingleKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10342
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineSingleKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1551
case KnownElements.SplineSingleKeyFrame: o = new System.Windows.Media.Animation.
SplineSingleKeyFrame
(); break;