2 types derived from Int64AnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\Int64Animation.cs (1)
38
Int64AnimationBase
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
38
public class Int64AnimationUsingKeyFrames :
Int64AnimationBase
, IKeyFrameAnimation, IAddChild
5 references to Int64AnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationBase.cs (2)
55
public new
Int64AnimationBase
Clone()
57
return (
Int64AnimationBase
)base.Clone();
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
414
case 322: t = () => typeof(
Int64AnimationBase
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5783
typeof(System.Windows.Media.Animation.
Int64AnimationBase
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5866
case KnownElements.Int64AnimationBase: t = typeof(System.Windows.Media.Animation.
Int64AnimationBase
); break;