5 instantiations of RectKeyFrameCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
530
_keyFrames = new
RectKeyFrameCollection
();
Core\CSharp\System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (2)
63
RectKeyFrameCollection emptyCollection = new
RectKeyFrameCollection
();
94
return new
RectKeyFrameCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8250
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
RectKeyFrameCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1496
case KnownElements.RectKeyFrameCollection: o = new System.Windows.Media.Animation.
RectKeyFrameCollection
(); break;
24 references to RectKeyFrameCollection
PresentationCore (19)
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (6)
42
private
RectKeyFrameCollection
_keyFrames;
189
_keyFrames = (
RectKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
193
_keyFrames = (
RectKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
500
KeyFrames = (
RectKeyFrameCollection
)value;
507
public
RectKeyFrameCollection
KeyFrames
524
_keyFrames =
RectKeyFrameCollection
.Empty;
Core\CSharp\System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (13)
35
private static
RectKeyFrameCollection
s_emptyCollection;
57
public static
RectKeyFrameCollection
Empty
63
RectKeyFrameCollection
emptyCollection = new RectKeyFrameCollection();
83
public new
RectKeyFrameCollection
Clone()
85
return (
RectKeyFrameCollection
)base.Clone();
102
RectKeyFrameCollection
sourceCollection = (
RectKeyFrameCollection
) sourceFreezable;
123
RectKeyFrameCollection
sourceCollection = (
RectKeyFrameCollection
) sourceFreezable;
144
RectKeyFrameCollection
sourceCollection = (
RectKeyFrameCollection
) sourceFreezable;
165
RectKeyFrameCollection
sourceCollection = (
RectKeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
605
case 513: t = () => typeof(
RectKeyFrameCollection
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5443
typeof(System.Windows.Media.Animation.
RectKeyFrameCollection
), // type
5447
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.RectAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
RectKeyFrameCollection
)value; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8248
typeof(System.Windows.Media.Animation.
RectKeyFrameCollection
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6057
case KnownElements.RectKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
RectKeyFrameCollection
); break;