7 implementations of IAnimatable
PresentationCore (7)
Core\CSharp\System\Windows\ContentElement.cs (1)
30public partial class ContentElement : DependencyObject, IInputElement, IAnimatable
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
30partial class ContentElement : IAnimatable
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
30partial class UIElement : IAnimatable
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (1)
28public abstract partial class Animatable : Freezable, IAnimatable, DUCE.IResource
Core\CSharp\System\Windows\Media\Animation\Generated\Animatable.cs (1)
39public abstract partial class Animatable : IAnimatable
Core\CSharp\System\Windows\Media3D\Generated\Visual3D.cs (1)
39public abstract partial class Visual3D : IAnimatable
Core\CSharp\System\Windows\UIElement.cs (1)
79public partial class UIElement : Visual, IInputElement, IAnimatable
5 references to IAnimatable
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\AnimationException.cs (3)
43AnimationClock clock, DependencyProperty property, IAnimatable target, 100public IAnimatable Target 126private IAnimatable _targetElement;
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (2)
494(IAnimatable)target, 751defaultDestinationValue = ((IAnimatable)d).GetAnimationBaseValue(dp);