5 instantiations of ColorKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (1)
511
_keyFrames = new
ColorKeyFrameCollection
();
System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (2)
53
ColorKeyFrameCollection emptyCollection = new
ColorKeyFrameCollection
85
return new
ColorKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2871
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
ColorKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1166
case KnownElements.ColorKeyFrameCollection: o = new System.Windows.Media.Animation.
ColorKeyFrameCollection
(); break;
24 references to ColorKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (6)
29
private
ColorKeyFrameCollection
_keyFrames;
176
_keyFrames = (
ColorKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
180
_keyFrames = (
ColorKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
481
KeyFrames = (
ColorKeyFrameCollection
)value;
488
public
ColorKeyFrameCollection
KeyFrames
505
_keyFrames =
ColorKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (13)
25
private static
ColorKeyFrameCollection
s_emptyCollection;
47
public static
ColorKeyFrameCollection
Empty
53
ColorKeyFrameCollection
emptyCollection = new ColorKeyFrameCollection
74
public new
ColorKeyFrameCollection
Clone()
76
return (
ColorKeyFrameCollection
)base.Clone();
93
ColorKeyFrameCollection
sourceCollection = (
ColorKeyFrameCollection
) sourceFreezable;
114
ColorKeyFrameCollection
sourceCollection = (
ColorKeyFrameCollection
) sourceFreezable;
135
ColorKeyFrameCollection
sourceCollection = (
ColorKeyFrameCollection
) sourceFreezable;
156
ColorKeyFrameCollection
sourceCollection = (
ColorKeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
182
case 89: t = () => typeof(
ColorKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4521
typeof(System.Windows.Media.Animation.
ColorKeyFrameCollection
), // type
4526
SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.ColorAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
ColorKeyFrameCollection
)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2868
typeof(System.Windows.Media.Animation.
ColorKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5636
case KnownElements.ColorKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
ColorKeyFrameCollection
); break;