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