2 types derived from SizeAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\SizeAnimation.cs (1)
26
SizeAnimationBase
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
26
public class SizeAnimationUsingKeyFrames :
SizeAnimationBase
, IKeyFrameAnimation, IAddChild
6 references to SizeAnimationBase
PresentationCore (3)
System\Windows\Media\Animation\Generated\SizeAnimationBase.cs (2)
39
public new
SizeAnimationBase
Clone()
41
return (
SizeAnimationBase
)base.Clone();
System\Windows\Media\Animation\Generated\SizeAnimationClockResource.cs (1)
73
return ((
SizeAnimationBase
)(_animationClock.Timeline)).GetCurrentValue(
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
664
case 570: t = () => typeof(
SizeAnimationBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9983
typeof(System.Windows.Media.Animation.
SizeAnimationBase
),
System\Windows\Markup\KnownTypes.cs (1)
6118
case KnownElements.SizeAnimationBase: t = typeof(System.Windows.Media.Animation.
SizeAnimationBase
); break;