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