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