5 instantiations of RectKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
511
_keyFrames = new
RectKeyFrameCollection
();
System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (2)
53
RectKeyFrameCollection emptyCollection = new
RectKeyFrameCollection
85
return new
RectKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9116
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
RectKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1488
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)
29
private
RectKeyFrameCollection
_keyFrames;
176
_keyFrames = (
RectKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
180
_keyFrames = (
RectKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
481
KeyFrames = (
RectKeyFrameCollection
)value;
488
public
RectKeyFrameCollection
KeyFrames
505
_keyFrames =
RectKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (13)
25
private static
RectKeyFrameCollection
s_emptyCollection;
47
public static
RectKeyFrameCollection
Empty
53
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)
606
case 513: t = () => typeof(
RectKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5829
typeof(System.Windows.Media.Animation.
RectKeyFrameCollection
), // type
5834
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)
9113
typeof(System.Windows.Media.Animation.
RectKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6060
case KnownElements.RectKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
RectKeyFrameCollection
); break;