2 types derived from ByteAnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
38ByteAnimationBase
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
38public class ByteAnimationUsingKeyFrames : ByteAnimationBase, IKeyFrameAnimation, IAddChild
5 references to ByteAnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationBase.cs (2)
55public new ByteAnimationBase Clone() 57return (ByteAnimationBase)base.Clone();
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
151case 59: t = () => typeof(ByteAnimationBase); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2352typeof(System.Windows.Media.Animation.ByteAnimationBase),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5603case KnownElements.ByteAnimationBase: t = typeof(System.Windows.Media.Animation.ByteAnimationBase); break;