5 references to 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;