12 references to GetStorage
PresentationCore (12)
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
243AnimationStorage storage = AnimationStorage.GetStorage(this, dp);
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
243AnimationStorage storage = AnimationStorage.GetStorage(this, dp);
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (1)
54AnimationStorage animationStorage = AnimationStorage.GetStorage(this, dp);
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (3)
605AnimationStorage storage = GetStorage(d, dp); 718AnimationStorage storage = GetStorage(d, dp); 791AnimationStorage storage = GetStorage(d, dp);
Core\CSharp\System\Windows\Media\Animation\Generated\Animatable.cs (1)
250AnimationStorage storage = AnimationStorage.GetStorage(this, dp);
Core\CSharp\System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
236IndependentAnimationStorage storage = AnimationStorage.GetStorage(d, dp) as IndependentAnimationStorage;
Core\CSharp\System\Windows\Media\DrawingGroup.cs (3)
204(null != AnimationStorage.GetStorage(this, DrawingGroup.TransformProperty))) 218(null != AnimationStorage.GetStorage(this, DrawingGroup.ClipGeometryProperty))) 232(null != AnimationStorage.GetStorage(this, DrawingGroup.OpacityProperty)))
Core\CSharp\System\Windows\Media3D\Generated\Visual3D.cs (1)
250AnimationStorage storage = AnimationStorage.GetStorage(this, dp);