6 references to SplineColorKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
175: this() 184: this() 194: this() 213return new SplineColorKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10188DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineColorKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1540case KnownElements.SplineColorKeyFrame: o = new System.Windows.Media.Animation.SplineColorKeyFrame(); break;