5 instantiations of ObjectKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (1)
478
_keyFrames = new
ObjectKeyFrameCollection
();
System\Windows\Media\Animation\Generated\ObjectKeyFrameCollection.cs (2)
53
ObjectKeyFrameCollection emptyCollection = new
ObjectKeyFrameCollection
85
return new
ObjectKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7901
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
ObjectKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1424
case KnownElements.ObjectKeyFrameCollection: o = new System.Windows.Media.Animation.
ObjectKeyFrameCollection
(); break;
24 references to ObjectKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (6)
29
private
ObjectKeyFrameCollection
_keyFrames;
176
_keyFrames = (
ObjectKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
180
_keyFrames = (
ObjectKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
448
KeyFrames = (
ObjectKeyFrameCollection
)value;
455
public
ObjectKeyFrameCollection
KeyFrames
472
_keyFrames =
ObjectKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\ObjectKeyFrameCollection.cs (13)
25
private static
ObjectKeyFrameCollection
s_emptyCollection;
47
public static
ObjectKeyFrameCollection
Empty
53
ObjectKeyFrameCollection
emptyCollection = new ObjectKeyFrameCollection
74
public new
ObjectKeyFrameCollection
Clone()
76
return (
ObjectKeyFrameCollection
)base.Clone();
93
ObjectKeyFrameCollection
sourceCollection = (
ObjectKeyFrameCollection
) sourceFreezable;
114
ObjectKeyFrameCollection
sourceCollection = (
ObjectKeyFrameCollection
) sourceFreezable;
135
ObjectKeyFrameCollection
sourceCollection = (
ObjectKeyFrameCollection
) sourceFreezable;
156
ObjectKeyFrameCollection
sourceCollection = (
ObjectKeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
524
case 431: t = () => typeof(
ObjectKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5605
typeof(System.Windows.Media.Animation.
ObjectKeyFrameCollection
), // type
5610
SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.ObjectAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
ObjectKeyFrameCollection
)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7898
typeof(System.Windows.Media.Animation.
ObjectKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5978
case KnownElements.ObjectKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
ObjectKeyFrameCollection
); break;