5 references to Int32KeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
511_keyFrames = new Int32KeyFrameCollection();
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (2)
53Int32KeyFrameCollection emptyCollection = new Int32KeyFrameCollection 85return new Int32KeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6247DefaultConstructor = delegate () { return new System.Windows.Media.Animation.Int32KeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1335case KnownElements.Int32KeyFrameCollection: o = new System.Windows.Media.Animation.Int32KeyFrameCollection(); break;