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