6 references to SplineDecimalKeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
318
:
this
()
327
:
this
()
337
:
this
()
359
return new
SplineDecimalKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9210
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineDecimalKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1549
case KnownElements.SplineDecimalKeyFrame: o = new System.Windows.Media.Animation.
SplineDecimalKeyFrame
(); break;