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