6 references to SplineSingleKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1573
:
this
()
1582
:
this
()
1592
:
this
()
1611
return new
SplineSingleKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9334
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineSingleKeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1558
case KnownElements.SplineSingleKeyFrame: o = new System.Windows.Media.Animation.
SplineSingleKeyFrame
(); break;