6 references to SplineColorKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
169: this() 178: this() 188: this() 207return new SplineColorKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10189DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineColorKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1541case KnownElements.SplineColorKeyFrame: o = new System.Windows.Media.Animation.SplineColorKeyFrame(); break;