1 type derived from AnimationStorage
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
14internal abstract class IndependentAnimationStorage : AnimationStorage, DUCE.IResource
1 instantiation of AnimationStorage
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
1115newStorage = new AnimationStorage();
55 references to AnimationStorage
PresentationCore (55)
Core\CSharp\System\Windows\Generated\ContentElement.cs (8)
82if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 90&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 107AnimationStorage.ApplyAnimationClock(this, dp, clock, handoffBehavior); 154if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 162&& !AnimationStorage.IsAnimationValid(dp, animation)) 177AnimationStorage.BeginAnimation(this, dp, animation, handoffBehavior); 243AnimationStorage storage = AnimationStorage.GetStorage(this, dp);
Core\CSharp\System\Windows\Generated\UIElement.cs (8)
82if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 90&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 107AnimationStorage.ApplyAnimationClock(this, dp, clock, handoffBehavior); 154if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 162&& !AnimationStorage.IsAnimationValid(dp, animation)) 177AnimationStorage.BeginAnimation(this, dp, animation, handoffBehavior); 243AnimationStorage storage = AnimationStorage.GetStorage(this, dp);
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (4)
54AnimationStorage animationStorage = AnimationStorage.GetStorage(this, dp); 75FrugalMap animatedPropertiesMap = AnimationStorage.GetAnimatedPropertiesMap(this); 100FrugalMap animatedPropertiesMap = AnimationStorage.GetAnimatedPropertiesMap(this);
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (3)
12private AnimationStorage _ownerStorage; 16internal AnimationLayer(AnimationStorage ownerStorage) 169AnimationStorage tmpOwnerStorage = _ownerStorage;
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (12)
438object animatedValue = AnimationStorage.GetCurrentPropertyValue(this, targetDO, _dependencyProperty, metadata, value); 605AnimationStorage storage = GetStorage(d, dp); 718AnimationStorage storage = GetStorage(d, dp); 791AnimationStorage storage = GetStorage(d, dp); 876internal static AnimationStorage EnsureStorage( 889return (AnimationStorage)currentStorage; 898AnimationStorage storage, 1095internal static AnimationStorage GetStorage(DependencyObject d, DependencyProperty dp) 1098|| AnimatedPropertyMapField.GetValue(d)[dp.GlobalIndex] is AnimationStorage); 1100return AnimatedPropertyMapField.GetValue(d)[dp.GlobalIndex] as AnimationStorage; 1103private static AnimationStorage CreateStorage( 1107AnimationStorage newStorage;
Core\CSharp\System\Windows\Media\Animation\Generated\Animatable.cs (8)
89if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 97&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 114AnimationStorage.ApplyAnimationClock(this, dp, clock, handoffBehavior); 161if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 169&& !AnimationStorage.IsAnimationValid(dp, animation)) 184AnimationStorage.BeginAnimation(this, dp, animation, handoffBehavior); 250AnimationStorage storage = AnimationStorage.GetStorage(this, dp);
Core\CSharp\System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
236IndependentAnimationStorage storage = AnimationStorage.GetStorage(d, dp) as IndependentAnimationStorage;
Core\CSharp\System\Windows\Media\DrawingGroup.cs (3)
204(null != AnimationStorage.GetStorage(this, DrawingGroup.TransformProperty))) 218(null != AnimationStorage.GetStorage(this, DrawingGroup.ClipGeometryProperty))) 232(null != AnimationStorage.GetStorage(this, DrawingGroup.OpacityProperty)))
Core\CSharp\System\Windows\Media3D\Generated\Visual3D.cs (8)
89if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 97&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 114AnimationStorage.ApplyAnimationClock(this, dp, clock, handoffBehavior); 161if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 169&& !AnimationStorage.IsAnimationValid(dp, animation)) 184AnimationStorage.BeginAnimation(this, dp, animation, handoffBehavior); 250AnimationStorage storage = AnimationStorage.GetStorage(this, dp);