6 references to SplineColorKeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
185: this() 194: this() 204: this() 226return new SplineColorKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9198bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineColorKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1548case KnownElements.SplineColorKeyFrame: o = new System.Windows.Media.Animation.SplineColorKeyFrame(); break;