5 instantiations of Int64KeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
507
_keyFrames = new
Int64KeyFrameCollection
();
System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (2)
54
Int64KeyFrameCollection emptyCollection = new
Int64KeyFrameCollection
();
85
return new
Int64KeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5836
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Int64KeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1348
case KnownElements.Int64KeyFrameCollection: o = new System.Windows.Media.Animation.
Int64KeyFrameCollection
(); break;
24 references to Int64KeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (6)
25
private
Int64KeyFrameCollection
_keyFrames;
172
_keyFrames = (
Int64KeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
176
_keyFrames = (
Int64KeyFrameCollection
)sourceAnimation._keyFrames.Clone();
477
KeyFrames = (
Int64KeyFrameCollection
)value;
484
public
Int64KeyFrameCollection
KeyFrames
501
_keyFrames =
Int64KeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (13)
26
private static
Int64KeyFrameCollection
s_emptyCollection;
48
public static
Int64KeyFrameCollection
Empty
54
Int64KeyFrameCollection
emptyCollection = new Int64KeyFrameCollection();
74
public new
Int64KeyFrameCollection
Clone()
76
return (
Int64KeyFrameCollection
)base.Clone();
93
Int64KeyFrameCollection
sourceCollection = (
Int64KeyFrameCollection
) sourceFreezable;
114
Int64KeyFrameCollection
sourceCollection = (
Int64KeyFrameCollection
) sourceFreezable;
135
Int64KeyFrameCollection
sourceCollection = (
Int64KeyFrameCollection
) sourceFreezable;
156
Int64KeyFrameCollection
sourceCollection = (
Int64KeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
420
case 326: t = () => typeof(
Int64KeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4920
typeof(System.Windows.Media.Animation.
Int64KeyFrameCollection
), // type
4924
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.Int64AnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
Int64KeyFrameCollection
)value; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5834
typeof(System.Windows.Media.Animation.
Int64KeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5880
case KnownElements.Int64KeyFrameCollection: t = typeof(System.Windows.Media.Animation.
Int64KeyFrameCollection
); break;