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