3 instantiations of SplineColorKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
213
return new
SplineColorKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10188
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineColorKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1540
case KnownElements.SplineColorKeyFrame: o = new System.Windows.Media.Animation.
SplineColorKeyFrame
(); break;
4 references to SplineColorKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
253
typeof(
SplineColorKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
677
case 584: t = () => typeof(
SplineColorKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10185
typeof(System.Windows.Media.Animation.
SplineColorKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6131
case KnownElements.SplineColorKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineColorKeyFrame
); break;