9 types derived from IndependentAnimationStorage
PresentationCore (9)
System\Windows\Media\Animation\Generated\ColorIndependentAnimationStorage.cs (1)
28internal class ColorIndependentAnimationStorage : IndependentAnimationStorage
System\Windows\Media\Animation\Generated\DoubleIndependentAnimationStorage.cs (1)
28internal class DoubleIndependentAnimationStorage : IndependentAnimationStorage
System\Windows\Media\Animation\Generated\MatrixIndependentAnimationStorage.cs (1)
28internal class MatrixIndependentAnimationStorage : IndependentAnimationStorage
System\Windows\Media\Animation\Generated\Point3DIndependentAnimationStorage.cs (1)
28internal class Point3DIndependentAnimationStorage : IndependentAnimationStorage
System\Windows\Media\Animation\Generated\PointIndependentAnimationStorage.cs (1)
28internal class PointIndependentAnimationStorage : IndependentAnimationStorage
System\Windows\Media\Animation\Generated\QuaternionIndependentAnimationStorage.cs (1)
28internal class QuaternionIndependentAnimationStorage : IndependentAnimationStorage
System\Windows\Media\Animation\Generated\RectIndependentAnimationStorage.cs (1)
28internal class RectIndependentAnimationStorage : IndependentAnimationStorage
System\Windows\Media\Animation\Generated\SizeIndependentAnimationStorage.cs (1)
28internal class SizeIndependentAnimationStorage : IndependentAnimationStorage
System\Windows\Media\Animation\Generated\Vector3DIndependentAnimationStorage.cs (1)
28internal class Vector3DIndependentAnimationStorage : IndependentAnimationStorage
6 references to IndependentAnimationStorage
PresentationCore (6)
System\Windows\Media\Animation\Animatable.cs (3)
53IndependentAnimationStorage independentAnimationStorage = animationStorage as IndependentAnimationStorage; 295return IndependentAnimationStorage.GetResourceHandle(this, dp, channel);
System\Windows\Media\Animation\AnimationStorage.cs (1)
1116private static IndependentAnimationStorage CreateIndependentAnimationStorageForType(Type type)
System\Windows\Media\Animation\IndependentAnimationStorage.cs (2)
239IndependentAnimationStorage storage = AnimationStorage.GetStorage(d, dp) as IndependentAnimationStorage;