3 instantiations of SplineColorKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
226
return new
SplineColorKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9198
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineColorKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1548
case KnownElements.SplineColorKeyFrame: o = new System.Windows.Media.Animation.
SplineColorKeyFrame
(); break;
4 references to SplineColorKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
266
typeof(
SplineColorKeyFrame
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
676
case 584: t = () => typeof(
SplineColorKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9196
typeof(System.Windows.Media.Animation.
SplineColorKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6128
case KnownElements.SplineColorKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineColorKeyFrame
); break;