5 instantiations of Int64KeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
511_keyFrames = new Int64KeyFrameCollection();
System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (2)
53Int64KeyFrameCollection emptyCollection = new Int64KeyFrameCollection 85return new Int64KeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6376DefaultConstructor = delegate () { return new System.Windows.Media.Animation.Int64KeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1341case KnownElements.Int64KeyFrameCollection: o = new System.Windows.Media.Animation.Int64KeyFrameCollection(); break;
24 references to Int64KeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (6)
29private Int64KeyFrameCollection _keyFrames; 176_keyFrames = (Int64KeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (Int64KeyFrameCollection)sourceAnimation._keyFrames.Clone(); 481KeyFrames = (Int64KeyFrameCollection)value; 488public Int64KeyFrameCollection KeyFrames 505_keyFrames = Int64KeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (13)
25private static Int64KeyFrameCollection s_emptyCollection; 47public static Int64KeyFrameCollection Empty 53Int64KeyFrameCollection emptyCollection = new Int64KeyFrameCollection 74public new Int64KeyFrameCollection Clone() 76return (Int64KeyFrameCollection)base.Clone(); 93Int64KeyFrameCollection sourceCollection = (Int64KeyFrameCollection) sourceFreezable; 114Int64KeyFrameCollection sourceCollection = (Int64KeyFrameCollection) sourceFreezable; 135Int64KeyFrameCollection sourceCollection = (Int64KeyFrameCollection) sourceFreezable; 156Int64KeyFrameCollection sourceCollection = (Int64KeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
419case 326: t = () => typeof(Int64KeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5225typeof(System.Windows.Media.Animation.Int64KeyFrameCollection), // type 5230SetDelegate = 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)
6373typeof(System.Windows.Media.Animation.Int64KeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
5873case KnownElements.Int64KeyFrameCollection: t = typeof(System.Windows.Media.Animation.Int64KeyFrameCollection); break;