2 types derived from Int32AnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
38Int32AnimationBase
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
38public class Int32AnimationUsingKeyFrames : Int32AnimationBase, IKeyFrameAnimation, IAddChild
5 references to Int32AnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationBase.cs (2)
55public new Int32AnimationBase Clone() 57return (Int32AnimationBase)base.Clone();
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
403case 311: t = () => typeof(Int32AnimationBase); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5644typeof(System.Windows.Media.Animation.Int32AnimationBase),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5855case KnownElements.Int32AnimationBase: t = typeof(System.Windows.Media.Animation.Int32AnimationBase); break;