7 implementations of IAnimatable
PresentationCore (7)
System\Windows\ContentElement.cs (1)
20
public partial class ContentElement : DependencyObject, IInputElement,
IAnimatable
System\Windows\Generated\ContentElement.cs (1)
20
public partial class ContentElement :
IAnimatable
System\Windows\Generated\UIElement.cs (1)
20
public partial class UIElement :
IAnimatable
System\Windows\Media\Animation\Animatable.cs (1)
13
public abstract partial class Animatable : Freezable,
IAnimatable
, DUCE.IResource
System\Windows\Media\Animation\Generated\Animatable.cs (1)
21
public abstract partial class Animatable :
IAnimatable
System\Windows\Media3D\Generated\Visual3D.cs (1)
21
public abstract partial class Visual3D :
IAnimatable
System\Windows\UIElement.cs (1)
67
public partial class UIElement : Visual, IInputElement,
IAnimatable
5 references to IAnimatable
PresentationCore (5)
System\Windows\Media\Animation\AnimationException.cs (3)
37
AnimationClock clock, DependencyProperty property,
IAnimatable
target,
96
public
IAnimatable
Target
122
private
IAnimatable
_targetElement;
System\Windows\Media\Animation\AnimationStorage.cs (2)
488
(
IAnimatable
)target,
742
defaultDestinationValue = ((
IAnimatable
)d).GetAnimationBaseValue(dp);