6 references to SplineDoubleKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
430
:
this
()
439
:
this
()
449
:
this
()
468
return new
SplineDoubleKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10217
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineDoubleKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1543
case KnownElements.SplineDoubleKeyFrame: o = new System.Windows.Media.Animation.
SplineDoubleKeyFrame
(); break;