6 references to SplineDecimalKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
303: this() 312: this() 322: this() 341return new SplineDecimalKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10203DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineDecimalKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1542case KnownElements.SplineDecimalKeyFrame: o = new System.Windows.Media.Animation.SplineDecimalKeyFrame(); break;