2 types derived from Int16AnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
25
Int16AnimationBase
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
21
public class Int16AnimationUsingKeyFrames :
Int16AnimationBase
, IKeyFrameAnimation, IAddChild
5 references to Int16AnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\Int16AnimationBase.cs (2)
37
public new
Int16AnimationBase
Clone()
39
return (
Int16AnimationBase
)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
398
case 304: t = () => typeof(
Int16AnimationBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6060
typeof(System.Windows.Media.Animation.
Int16AnimationBase
),
System\Windows\Markup\KnownTypes.cs (1)
5852
case KnownElements.Int16AnimationBase: t = typeof(System.Windows.Media.Animation.
Int16AnimationBase
); break;