2 types derived from Int64AnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\Int64Animation.cs (1)
25
Int64AnimationBase
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
21
public class Int64AnimationUsingKeyFrames :
Int64AnimationBase
, IKeyFrameAnimation, IAddChild
5 references to Int64AnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\Int64AnimationBase.cs (2)
40
public new
Int64AnimationBase
Clone()
42
return (
Int64AnimationBase
)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
416
case 322: t = () => typeof(
Int64AnimationBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5785
typeof(System.Windows.Media.Animation.
Int64AnimationBase
),
System\Windows\Markup\KnownTypes.cs (1)
5876
case KnownElements.Int64AnimationBase: t = typeof(System.Windows.Media.Animation.
Int64AnimationBase
); break;