6 references to SplineDecimalKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
296: this() 305: this() 315: this() 334return 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;