1 type derived from AnimationStorage
PresentationCore (1)
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
17
internal abstract class IndependentAnimationStorage :
AnimationStorage
, DUCE.IResource
1 instantiation of AnimationStorage
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
1108
newStorage = new
AnimationStorage
();
55 references to AnimationStorage
PresentationCore (55)
System\Windows\Generated\ContentElement.cs (8)
77
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
85
&& !
AnimationStorage
.IsAnimationValid(dp, clock.Timeline))
102
AnimationStorage
.ApplyAnimationClock(this, dp, clock, handoffBehavior);
146
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
154
&& !
AnimationStorage
.IsAnimationValid(dp, animation))
169
AnimationStorage
.BeginAnimation(this, dp, animation, handoffBehavior);
226
AnimationStorage
storage =
AnimationStorage
.GetStorage(this, dp);
System\Windows\Generated\UIElement.cs (8)
77
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
85
&& !
AnimationStorage
.IsAnimationValid(dp, clock.Timeline))
102
AnimationStorage
.ApplyAnimationClock(this, dp, clock, handoffBehavior);
146
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
154
&& !
AnimationStorage
.IsAnimationValid(dp, animation))
169
AnimationStorage
.BeginAnimation(this, dp, animation, handoffBehavior);
226
AnimationStorage
storage =
AnimationStorage
.GetStorage(this, dp);
System\Windows\Media\Animation\Animatable.cs (4)
52
AnimationStorage
animationStorage =
AnimationStorage
.GetStorage(this, dp);
73
FrugalMap animatedPropertiesMap =
AnimationStorage
.GetAnimatedPropertiesMap(this);
98
FrugalMap animatedPropertiesMap =
AnimationStorage
.GetAnimatedPropertiesMap(this);
System\Windows\Media\Animation\AnimationLayer.cs (3)
15
private
AnimationStorage
_ownerStorage;
19
internal AnimationLayer(
AnimationStorage
ownerStorage)
172
AnimationStorage
tmpOwnerStorage = _ownerStorage;
System\Windows\Media\Animation\AnimationStorage.cs (12)
440
object animatedValue =
AnimationStorage
.GetCurrentPropertyValue(this, targetDO, _dependencyProperty, metadata, value);
605
AnimationStorage
storage = GetStorage(d, dp);
717
AnimationStorage
storage = GetStorage(d, dp);
790
AnimationStorage
storage = GetStorage(d, dp);
875
internal static
AnimationStorage
EnsureStorage(
888
return (
AnimationStorage
)currentStorage;
897
AnimationStorage
storage,
1088
internal static
AnimationStorage
GetStorage(DependencyObject d, DependencyProperty dp)
1091
|| AnimatedPropertyMapField.GetValue(d)[dp.GlobalIndex] is
AnimationStorage
);
1093
return AnimatedPropertyMapField.GetValue(d)[dp.GlobalIndex] as
AnimationStorage
;
1096
private static
AnimationStorage
CreateStorage(
1100
AnimationStorage
newStorage;
System\Windows\Media\Animation\Generated\Animatable.cs (8)
83
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
91
&& !
AnimationStorage
.IsAnimationValid(dp, clock.Timeline))
108
AnimationStorage
.ApplyAnimationClock(this, dp, clock, handoffBehavior);
152
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
160
&& !
AnimationStorage
.IsAnimationValid(dp, animation))
175
AnimationStorage
.BeginAnimation(this, dp, animation, handoffBehavior);
232
AnimationStorage
storage =
AnimationStorage
.GetStorage(this, dp);
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
239
IndependentAnimationStorage storage =
AnimationStorage
.GetStorage(d, dp) as IndependentAnimationStorage;
System\Windows\Media\DrawingGroup.cs (3)
199
(null !=
AnimationStorage
.GetStorage(this, DrawingGroup.TransformProperty)))
213
(null !=
AnimationStorage
.GetStorage(this, DrawingGroup.ClipGeometryProperty)))
227
(null !=
AnimationStorage
.GetStorage(this, DrawingGroup.OpacityProperty)))
System\Windows\Media3D\Generated\Visual3D.cs (8)
83
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
91
&& !
AnimationStorage
.IsAnimationValid(dp, clock.Timeline))
108
AnimationStorage
.ApplyAnimationClock(this, dp, clock, handoffBehavior);
152
if (!
AnimationStorage
.IsPropertyAnimatable(this, dp))
160
&& !
AnimationStorage
.IsAnimationValid(dp, animation))
175
AnimationStorage
.BeginAnimation(this, dp, animation, handoffBehavior);
232
AnimationStorage
storage =
AnimationStorage
.GetStorage(this, dp);