2 types derived from Int32AnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
25
Int32AnimationBase
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
21
public class Int32AnimationUsingKeyFrames :
Int32AnimationBase
, IKeyFrameAnimation, IAddChild
5 references to Int32AnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\Int32AnimationBase.cs (2)
37
public new
Int32AnimationBase
Clone()
39
return (
Int32AnimationBase
)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
405
case 311: t = () => typeof(
Int32AnimationBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6160
typeof(System.Windows.Media.Animation.
Int32AnimationBase
),
System\Windows\Markup\KnownTypes.cs (1)
5859
case KnownElements.Int32AnimationBase: t = typeof(System.Windows.Media.Animation.
Int32AnimationBase
); break;