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)
63
Int32KeyFrameCollection emptyCollection = new
Int32KeyFrameCollection
();
94
return new
Int32KeyFrameCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5721
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Int32KeyFrameCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1343
case KnownElements.Int32KeyFrameCollection: o = new System.Windows.Media.Animation.
Int32KeyFrameCollection
(); break;