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