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)
63Int64KeyFrameCollection emptyCollection = new Int64KeyFrameCollection(); 94return new Int64KeyFrameCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5834bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Int64KeyFrameCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1349case 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)
42private Int64KeyFrameCollection _keyFrames; 189_keyFrames = (Int64KeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 193_keyFrames = (Int64KeyFrameCollection)sourceAnimation._keyFrames.Clone(); 500KeyFrames = (Int64KeyFrameCollection)value; 507public Int64KeyFrameCollection KeyFrames 524_keyFrames = Int64KeyFrameCollection.Empty;
Core\CSharp\System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (13)
35private static Int64KeyFrameCollection s_emptyCollection; 57public static Int64KeyFrameCollection Empty 63Int64KeyFrameCollection emptyCollection = new Int64KeyFrameCollection(); 83public new Int64KeyFrameCollection Clone() 85return (Int64KeyFrameCollection)base.Clone(); 102Int64KeyFrameCollection sourceCollection = (Int64KeyFrameCollection) sourceFreezable; 123Int64KeyFrameCollection sourceCollection = (Int64KeyFrameCollection) sourceFreezable; 144Int64KeyFrameCollection sourceCollection = (Int64KeyFrameCollection) sourceFreezable; 165Int64KeyFrameCollection sourceCollection = (Int64KeyFrameCollection) sourceFreezable;
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
418case 326: t = () => typeof(Int64KeyFrameCollection); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4897typeof(System.Windows.Media.Animation.Int64KeyFrameCollection), // type 4901bamlMember.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)
5832typeof(System.Windows.Media.Animation.Int64KeyFrameCollection),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5870case KnownElements.Int64KeyFrameCollection: t = typeof(System.Windows.Media.Animation.Int64KeyFrameCollection); break;