6 references to SplineDecimalKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
302
:
this
()
311
:
this
()
321
:
this
()
340
return new
SplineDecimalKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10202
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineDecimalKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1541
case KnownElements.SplineDecimalKeyFrame: o = new System.Windows.Media.Animation.
SplineDecimalKeyFrame
(); break;