5 instantiations of Int32KeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
507_keyFrames = new Int32KeyFrameCollection();
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (2)
54Int32KeyFrameCollection emptyCollection = new Int32KeyFrameCollection 86return new Int32KeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6248DefaultConstructor = delegate () { return new System.Windows.Media.Animation.Int32KeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1336case KnownElements.Int32KeyFrameCollection: o = new System.Windows.Media.Animation.Int32KeyFrameCollection(); break;
24 references to Int32KeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (6)
25private Int32KeyFrameCollection _keyFrames; 172_keyFrames = (Int32KeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 176_keyFrames = (Int32KeyFrameCollection)sourceAnimation._keyFrames.Clone(); 477KeyFrames = (Int32KeyFrameCollection)value; 484public Int32KeyFrameCollection KeyFrames 501_keyFrames = Int32KeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (13)
26private static Int32KeyFrameCollection s_emptyCollection; 48public static Int32KeyFrameCollection Empty 54Int32KeyFrameCollection emptyCollection = new Int32KeyFrameCollection 75public new Int32KeyFrameCollection Clone() 77return (Int32KeyFrameCollection)base.Clone(); 94Int32KeyFrameCollection sourceCollection = (Int32KeyFrameCollection) sourceFreezable; 115Int32KeyFrameCollection sourceCollection = (Int32KeyFrameCollection) sourceFreezable; 136Int32KeyFrameCollection sourceCollection = (Int32KeyFrameCollection) sourceFreezable; 157Int32KeyFrameCollection sourceCollection = (Int32KeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
411case 317: t = () => typeof(Int32KeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5207typeof(System.Windows.Media.Animation.Int32KeyFrameCollection), // type 5212SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.Int32AnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.Int32KeyFrameCollection)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6245typeof(System.Windows.Media.Animation.Int32KeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
5865case KnownElements.Int32KeyFrameCollection: t = typeof(System.Windows.Media.Animation.Int32KeyFrameCollection); break;