6 references to SplineColorKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
176
:
this
()
185
:
this
()
195
:
this
()
214
return new
SplineColorKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9202
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineColorKeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1547
case KnownElements.SplineColorKeyFrame: o = new System.Windows.Media.Animation.
SplineColorKeyFrame
(); break;