5 references to Int32KeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
522
_keyFrames = new
Int32KeyFrameCollection
();
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (2)
62
Int32KeyFrameCollection emptyCollection = new
Int32KeyFrameCollection
();
93
return new
Int32KeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5725
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Int32KeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1342
case KnownElements.Int32KeyFrameCollection: o = new System.Windows.Media.Animation.
Int32KeyFrameCollection
(); break;