2 types derived from RectAnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
38RectAnimationBase
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
38public class RectAnimationUsingKeyFrames : RectAnimationBase, IKeyFrameAnimation, IAddChild
6 references to RectAnimationBase
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationBase.cs (2)
55public new RectAnimationBase Clone() 57return (RectAnimationBase)base.Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationClockResource.cs (1)
80return ((RectAnimationBase)(_animationClock.Timeline)).GetCurrentValue(
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
601case 509: t = () => typeof(RectAnimationBase); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8199typeof(System.Windows.Media.Animation.RectAnimationBase),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6053case KnownElements.RectAnimationBase: t = typeof(System.Windows.Media.Animation.RectAnimationBase); break;