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
();
85
return new
RectKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8252
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
RectKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1495
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();
74
public new
RectKeyFrameCollection
Clone()
76
return (
RectKeyFrameCollection
)base.Clone();
93
RectKeyFrameCollection
sourceCollection = (
RectKeyFrameCollection
) sourceFreezable;
114
RectKeyFrameCollection
sourceCollection = (
RectKeyFrameCollection
) sourceFreezable;
135
RectKeyFrameCollection
sourceCollection = (
RectKeyFrameCollection
) sourceFreezable;
156
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)
5466
typeof(System.Windows.Media.Animation.
RectKeyFrameCollection
), // type
5470
bamlMember.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)
8250
typeof(System.Windows.Media.Animation.
RectKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6067
case KnownElements.RectKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
RectKeyFrameCollection
); break;