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