5 instantiations of DecimalKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
507
_keyFrames = new
DecimalKeyFrameCollection
();
System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (2)
54
DecimalKeyFrameCollection emptyCollection = new
DecimalKeyFrameCollection
86
return new
DecimalKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3518
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
DecimalKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1198
case KnownElements.DecimalKeyFrameCollection: o = new System.Windows.Media.Animation.
DecimalKeyFrameCollection
(); break;
24 references to DecimalKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (6)
25
private
DecimalKeyFrameCollection
_keyFrames;
172
_keyFrames = (
DecimalKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
176
_keyFrames = (
DecimalKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
477
KeyFrames = (
DecimalKeyFrameCollection
)value;
484
public
DecimalKeyFrameCollection
KeyFrames
501
_keyFrames =
DecimalKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (13)
26
private static
DecimalKeyFrameCollection
s_emptyCollection;
48
public static
DecimalKeyFrameCollection
Empty
54
DecimalKeyFrameCollection
emptyCollection = new DecimalKeyFrameCollection
75
public new
DecimalKeyFrameCollection
Clone()
77
return (
DecimalKeyFrameCollection
)base.Clone();
94
DecimalKeyFrameCollection
sourceCollection = (
DecimalKeyFrameCollection
) sourceFreezable;
115
DecimalKeyFrameCollection
sourceCollection = (
DecimalKeyFrameCollection
) sourceFreezable;
136
DecimalKeyFrameCollection
sourceCollection = (
DecimalKeyFrameCollection
) sourceFreezable;
157
DecimalKeyFrameCollection
sourceCollection = (
DecimalKeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
226
case 132: t = () => typeof(
DecimalKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4656
typeof(System.Windows.Media.Animation.
DecimalKeyFrameCollection
), // type
4661
SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.DecimalAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
DecimalKeyFrameCollection
)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3515
typeof(System.Windows.Media.Animation.
DecimalKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5680
case KnownElements.DecimalKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
DecimalKeyFrameCollection
); break;