2 types derived from Int16AnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
38Int16AnimationBase
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
38public class Int16AnimationUsingKeyFrames : Int16AnimationBase, IKeyFrameAnimation, IAddChild
5 references to Int16AnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationBase.cs (2)
55public new Int16AnimationBase Clone() 57return (Int16AnimationBase)base.Clone();
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
396case 304: t = () => typeof(Int16AnimationBase); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5556typeof(System.Windows.Media.Animation.Int16AnimationBase),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5848case KnownElements.Int16AnimationBase: t = typeof(System.Windows.Media.Animation.Int16AnimationBase); break;