1 type derived from AnimationStorage
PresentationCore (1)
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
13
internal abstract class IndependentAnimationStorage :
AnimationStorage
, DUCE.IResource
1 instantiation of AnimationStorage
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
1101
newStorage = new
AnimationStorage
();
55 references to AnimationStorage
PresentationCore (55)
System\Windows\Generated\ContentElement.cs (8)
70
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
76
&& !
AnimationStorage
.IsAnimationValid(dp, clock.Timeline))
91
AnimationStorage
.ApplyAnimationClock(this, dp, clock, handoffBehavior);
135
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
141
&& !
AnimationStorage
.IsAnimationValid(dp, animation))
156
AnimationStorage
.BeginAnimation(this, dp, animation, handoffBehavior);
213
AnimationStorage
storage =
AnimationStorage
.GetStorage(this, dp);
System\Windows\Generated\UIElement.cs (8)
70
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
76
&& !
AnimationStorage
.IsAnimationValid(dp, clock.Timeline))
91
AnimationStorage
.ApplyAnimationClock(this, dp, clock, handoffBehavior);
135
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
141
&& !
AnimationStorage
.IsAnimationValid(dp, animation))
156
AnimationStorage
.BeginAnimation(this, dp, animation, handoffBehavior);
213
AnimationStorage
storage =
AnimationStorage
.GetStorage(this, dp);
System\Windows\Media\Animation\Animatable.cs (4)
40
AnimationStorage
animationStorage =
AnimationStorage
.GetStorage(this, dp);
61
FrugalMap animatedPropertiesMap =
AnimationStorage
.GetAnimatedPropertiesMap(this);
83
FrugalMap animatedPropertiesMap =
AnimationStorage
.GetAnimatedPropertiesMap(this);
System\Windows\Media\Animation\AnimationLayer.cs (3)
11
private
AnimationStorage
_ownerStorage;
15
internal AnimationLayer(
AnimationStorage
ownerStorage)
168
AnimationStorage
tmpOwnerStorage = _ownerStorage;
System\Windows\Media\Animation\AnimationStorage.cs (12)
433
object animatedValue =
AnimationStorage
.GetCurrentPropertyValue(this, targetDO, _dependencyProperty, metadata, value);
598
AnimationStorage
storage = GetStorage(d, dp);
710
AnimationStorage
storage = GetStorage(d, dp);
783
AnimationStorage
storage = GetStorage(d, dp);
868
internal static
AnimationStorage
EnsureStorage(
881
return (
AnimationStorage
)currentStorage;
890
AnimationStorage
storage,
1081
internal static
AnimationStorage
GetStorage(DependencyObject d, DependencyProperty dp)
1084
|| AnimatedPropertyMapField.GetValue(d)[dp.GlobalIndex] is
AnimationStorage
);
1086
return AnimatedPropertyMapField.GetValue(d)[dp.GlobalIndex] as
AnimationStorage
;
1089
private static
AnimationStorage
CreateStorage(
1093
AnimationStorage
newStorage;
System\Windows\Media\Animation\Generated\Animatable.cs (8)
69
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
75
&& !
AnimationStorage
.IsAnimationValid(dp, clock.Timeline))
90
AnimationStorage
.ApplyAnimationClock(this, dp, clock, handoffBehavior);
134
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
140
&& !
AnimationStorage
.IsAnimationValid(dp, animation))
155
AnimationStorage
.BeginAnimation(this, dp, animation, handoffBehavior);
212
AnimationStorage
storage =
AnimationStorage
.GetStorage(this, dp);
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
235
IndependentAnimationStorage storage =
AnimationStorage
.GetStorage(d, dp) as IndependentAnimationStorage;
System\Windows\Media\DrawingGroup.cs (3)
170
(null !=
AnimationStorage
.GetStorage(this, DrawingGroup.TransformProperty)))
184
(null !=
AnimationStorage
.GetStorage(this, DrawingGroup.ClipGeometryProperty)))
198
(null !=
AnimationStorage
.GetStorage(this, DrawingGroup.OpacityProperty)))
System\Windows\Media3D\Generated\Visual3D.cs (8)
69
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
75
&& !
AnimationStorage
.IsAnimationValid(dp, clock.Timeline))
90
AnimationStorage
.ApplyAnimationClock(this, dp, clock, handoffBehavior);
134
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
140
&& !
AnimationStorage
.IsAnimationValid(dp, animation))
155
AnimationStorage
.BeginAnimation(this, dp, animation, handoffBehavior);
212
AnimationStorage
storage =
AnimationStorage
.GetStorage(this, dp);