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