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