2 types derived from SizeAnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimation.cs (1)
38SizeAnimationBase
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
38public class SizeAnimationUsingKeyFrames : SizeAnimationBase, IKeyFrameAnimation, IAddChild
6 references to SizeAnimationBase
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationBase.cs (2)
55public new SizeAnimationBase Clone() 57return (SizeAnimationBase)base.Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationClockResource.cs (1)
80return ((SizeAnimationBase)(_animationClock.Timeline)).GetCurrentValue(
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
662case 570: t = () => typeof(SizeAnimationBase); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9017typeof(System.Windows.Media.Animation.SizeAnimationBase),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6114case KnownElements.SizeAnimationBase: t = typeof(System.Windows.Media.Animation.SizeAnimationBase); break;