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