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