2 types derived from ThicknessAnimationBase
PresentationFramework (2)
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (1)
38ThicknessAnimationBase
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
38public class ThicknessAnimationUsingKeyFrames : ThicknessAnimationBase, IKeyFrameAnimation, IAddChild
5 references to ThicknessAnimationBase
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
745case 653: t = () => typeof(ThicknessAnimationBase); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10130typeof(System.Windows.Media.Animation.ThicknessAnimationBase),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6197case KnownElements.ThicknessAnimationBase: t = typeof(System.Windows.Media.Animation.ThicknessAnimationBase); break;
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationBase.cs (2)
55public new ThicknessAnimationBase Clone() 57return (ThicknessAnimationBase)base.Clone();