5 references to Int32KeyFrameCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
530_keyFrames = new Int32KeyFrameCollection();
Core\CSharp\System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (2)
63Int32KeyFrameCollection emptyCollection = new Int32KeyFrameCollection(); 94return new Int32KeyFrameCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5721bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Int32KeyFrameCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1343case KnownElements.Int32KeyFrameCollection: o = new System.Windows.Media.Animation.Int32KeyFrameCollection(); break;