5 instantiations of RectKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
522
_keyFrames = new
RectKeyFrameCollection
();
System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (2)
62
RectKeyFrameCollection emptyCollection = new
RectKeyFrameCollection
();
93
return new
RectKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8254
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)
40
private
RectKeyFrameCollection
_keyFrames;
187
_keyFrames = (
RectKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
191
_keyFrames = (
RectKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
492
KeyFrames = (
RectKeyFrameCollection
)value;
499
public
RectKeyFrameCollection
KeyFrames
516
_keyFrames =
RectKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (13)
34
private static
RectKeyFrameCollection
s_emptyCollection;
56
public static
RectKeyFrameCollection
Empty
62
RectKeyFrameCollection
emptyCollection = new RectKeyFrameCollection();
82
public new
RectKeyFrameCollection
Clone()
84
return (
RectKeyFrameCollection
)base.Clone();
101
RectKeyFrameCollection
sourceCollection = (
RectKeyFrameCollection
) sourceFreezable;
122
RectKeyFrameCollection
sourceCollection = (
RectKeyFrameCollection
) sourceFreezable;
143
RectKeyFrameCollection
sourceCollection = (
RectKeyFrameCollection
) sourceFreezable;
164
RectKeyFrameCollection
sourceCollection = (
RectKeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
609
case 513: t = () => typeof(
RectKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5468
typeof(System.Windows.Media.Animation.
RectKeyFrameCollection
), // type
5472
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)
8252
typeof(System.Windows.Media.Animation.
RectKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6067
case KnownElements.RectKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
RectKeyFrameCollection
); break;