6 references to SplineSingleKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1566
:
this
()
1575
:
this
()
1585
:
this
()
1604
return new
SplineSingleKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10343
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineSingleKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1552
case KnownElements.SplineSingleKeyFrame: o = new System.Windows.Media.Animation.
SplineSingleKeyFrame
(); break;