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