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