5 instantiations of DecimalKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
511
_keyFrames = new
DecimalKeyFrameCollection
();
System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (2)
53
DecimalKeyFrameCollection emptyCollection = new
DecimalKeyFrameCollection
85
return new
DecimalKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3517
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
DecimalKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1197
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)
29
private
DecimalKeyFrameCollection
_keyFrames;
176
_keyFrames = (
DecimalKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
180
_keyFrames = (
DecimalKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
481
KeyFrames = (
DecimalKeyFrameCollection
)value;
488
public
DecimalKeyFrameCollection
KeyFrames
505
_keyFrames =
DecimalKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (13)
25
private static
DecimalKeyFrameCollection
s_emptyCollection;
47
public static
DecimalKeyFrameCollection
Empty
53
DecimalKeyFrameCollection
emptyCollection = new DecimalKeyFrameCollection
74
public new
DecimalKeyFrameCollection
Clone()
76
return (
DecimalKeyFrameCollection
)base.Clone();
93
DecimalKeyFrameCollection
sourceCollection = (
DecimalKeyFrameCollection
)sourceFreezable;
114
DecimalKeyFrameCollection
sourceCollection = (
DecimalKeyFrameCollection
)sourceFreezable;
135
DecimalKeyFrameCollection
sourceCollection = (
DecimalKeyFrameCollection
)sourceFreezable;
156
DecimalKeyFrameCollection
sourceCollection = (
DecimalKeyFrameCollection
)sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
225
case 132: t = () => typeof(
DecimalKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4655
typeof(System.Windows.Media.Animation.
DecimalKeyFrameCollection
), // type
4660
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)
3514
typeof(System.Windows.Media.Animation.
DecimalKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5679
case KnownElements.DecimalKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
DecimalKeyFrameCollection
); break;