12 references to GetStorage
PresentationCore (12)
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
243
AnimationStorage storage = AnimationStorage.
GetStorage
(this, dp);
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
243
AnimationStorage storage = AnimationStorage.
GetStorage
(this, dp);
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (1)
54
AnimationStorage animationStorage = AnimationStorage.
GetStorage
(this, dp);
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (3)
605
AnimationStorage storage =
GetStorage
(d, dp);
718
AnimationStorage storage =
GetStorage
(d, dp);
791
AnimationStorage storage =
GetStorage
(d, dp);
Core\CSharp\System\Windows\Media\Animation\Generated\Animatable.cs (1)
250
AnimationStorage storage = AnimationStorage.
GetStorage
(this, dp);
Core\CSharp\System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
236
IndependentAnimationStorage 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)
250
AnimationStorage storage = AnimationStorage.
GetStorage
(this, dp);