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