2 types derived from ByteAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
25ByteAnimationBase
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
21public class ByteAnimationUsingKeyFrames : ByteAnimationBase, IKeyFrameAnimation, IAddChild
5 references to ByteAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\ByteAnimationBase.cs (2)
40public new ByteAnimationBase Clone() 42return (ByteAnimationBase)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
153case 59: t = () => typeof(ByteAnimationBase); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2354typeof(System.Windows.Media.Animation.ByteAnimationBase),
System\Windows\Markup\KnownTypes.cs (1)
5613case KnownElements.ByteAnimationBase: t = typeof(System.Windows.Media.Animation.ByteAnimationBase); break;