3 references to Int32AnimationUsingKeyFrames
PresentationCore (1)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
118return new Int32AnimationUsingKeyFrames();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5662bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Int32AnimationUsingKeyFrames(); };
System\Windows\Markup\KnownTypes.cs (1)
1338case KnownElements.Int32AnimationUsingKeyFrames: o = new System.Windows.Media.Animation.Int32AnimationUsingKeyFrames(); break;