6 references to SplineDoubleKeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
451
:
this
()
460
:
this
()
470
:
this
()
492
return new
SplineDoubleKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9222
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineDoubleKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1550
case KnownElements.SplineDoubleKeyFrame: o = new System.Windows.Media.Animation.
SplineDoubleKeyFrame
(); break;