1 type derived from AnimationStorage
PresentationCore (1)
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
12internal abstract class IndependentAnimationStorage : AnimationStorage, DUCE.IResource
1 instantiation of AnimationStorage
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
1100newStorage = new AnimationStorage();
55 references to AnimationStorage
PresentationCore (55)
System\Windows\Generated\ContentElement.cs (8)
69if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 75&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 90AnimationStorage.ApplyAnimationClock(this, dp, clock, handoffBehavior); 134if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 140&& !AnimationStorage.IsAnimationValid(dp, animation)) 155AnimationStorage.BeginAnimation(this, dp, animation, handoffBehavior); 212AnimationStorage storage = AnimationStorage.GetStorage(this, dp);
System\Windows\Generated\UIElement.cs (8)
69if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 75&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 90AnimationStorage.ApplyAnimationClock(this, dp, clock, handoffBehavior); 134if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 140&& !AnimationStorage.IsAnimationValid(dp, animation)) 155AnimationStorage.BeginAnimation(this, dp, animation, handoffBehavior); 212AnimationStorage storage = AnimationStorage.GetStorage(this, dp);
System\Windows\Media\Animation\Animatable.cs (4)
39AnimationStorage animationStorage = AnimationStorage.GetStorage(this, dp); 60FrugalMap animatedPropertiesMap = AnimationStorage.GetAnimatedPropertiesMap(this); 82FrugalMap animatedPropertiesMap = AnimationStorage.GetAnimatedPropertiesMap(this);
System\Windows\Media\Animation\AnimationLayer.cs (3)
10private AnimationStorage _ownerStorage; 14internal AnimationLayer(AnimationStorage ownerStorage) 167AnimationStorage tmpOwnerStorage = _ownerStorage;
System\Windows\Media\Animation\AnimationStorage.cs (12)
432object animatedValue = AnimationStorage.GetCurrentPropertyValue(this, targetDO, _dependencyProperty, metadata, value); 597AnimationStorage storage = GetStorage(d, dp); 709AnimationStorage storage = GetStorage(d, dp); 782AnimationStorage storage = GetStorage(d, dp); 867internal static AnimationStorage EnsureStorage( 880return (AnimationStorage)currentStorage; 889AnimationStorage storage, 1080internal static AnimationStorage GetStorage(DependencyObject d, DependencyProperty dp) 1083|| AnimatedPropertyMapField.GetValue(d)[dp.GlobalIndex] is AnimationStorage); 1085return AnimatedPropertyMapField.GetValue(d)[dp.GlobalIndex] as AnimationStorage; 1088private static AnimationStorage CreateStorage( 1092AnimationStorage newStorage;
System\Windows\Media\Animation\Generated\Animatable.cs (8)
68if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 74&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 89AnimationStorage.ApplyAnimationClock(this, dp, clock, handoffBehavior); 133if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 139&& !AnimationStorage.IsAnimationValid(dp, animation)) 154AnimationStorage.BeginAnimation(this, dp, animation, handoffBehavior); 211AnimationStorage storage = AnimationStorage.GetStorage(this, dp);
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
234IndependentAnimationStorage storage = AnimationStorage.GetStorage(d, dp) as IndependentAnimationStorage;
System\Windows\Media\DrawingGroup.cs (3)
169(null != AnimationStorage.GetStorage(this, DrawingGroup.TransformProperty))) 183(null != AnimationStorage.GetStorage(this, DrawingGroup.ClipGeometryProperty))) 197(null != AnimationStorage.GetStorage(this, DrawingGroup.OpacityProperty)))
System\Windows\Media3D\Generated\Visual3D.cs (8)
68if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 74&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 89AnimationStorage.ApplyAnimationClock(this, dp, clock, handoffBehavior); 133if (!AnimationStorage.IsPropertyAnimatable(this, dp)) 139&& !AnimationStorage.IsAnimationValid(dp, animation)) 154AnimationStorage.BeginAnimation(this, dp, animation, handoffBehavior); 211AnimationStorage storage = AnimationStorage.GetStorage(this, dp);