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)
25
public class Int16AnimationUsingKeyFrames :
Int16AnimationBase
, IKeyFrameAnimation, IAddChild
5 references to Int16AnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\Int16AnimationBase.cs (2)
38
public new
Int16AnimationBase
Clone()
40
return (
Int16AnimationBase
)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
397
case 304: t = () => typeof(
Int16AnimationBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6059
typeof(System.Windows.Media.Animation.
Int16AnimationBase
),
System\Windows\Markup\KnownTypes.cs (1)
5851
case KnownElements.Int16AnimationBase: t = typeof(System.Windows.Media.Animation.
Int16AnimationBase
); break;