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