6 references to SplineDoubleKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
429: this() 438: this() 448: this() 467return new SplineDoubleKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10216DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineDoubleKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1542case KnownElements.SplineDoubleKeyFrame: o = new System.Windows.Media.Animation.SplineDoubleKeyFrame(); break;