12 references to GetStorage
PresentationCore (12)
System\Windows\Generated\ContentElement.cs (1)
226
AnimationStorage storage = AnimationStorage.
GetStorage
(this, dp);
System\Windows\Generated\UIElement.cs (1)
226
AnimationStorage storage = AnimationStorage.
GetStorage
(this, dp);
System\Windows\Media\Animation\Animatable.cs (1)
52
AnimationStorage animationStorage = AnimationStorage.
GetStorage
(this, dp);
System\Windows\Media\Animation\AnimationStorage.cs (3)
605
AnimationStorage storage =
GetStorage
(d, dp);
717
AnimationStorage storage =
GetStorage
(d, dp);
790
AnimationStorage storage =
GetStorage
(d, dp);
System\Windows\Media\Animation\Generated\Animatable.cs (1)
232
AnimationStorage storage = AnimationStorage.
GetStorage
(this, dp);
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
239
IndependentAnimationStorage storage = AnimationStorage.
GetStorage
(d, dp) as IndependentAnimationStorage;
System\Windows\Media\DrawingGroup.cs (3)
199
(null != AnimationStorage.
GetStorage
(this, DrawingGroup.TransformProperty)))
213
(null != AnimationStorage.
GetStorage
(this, DrawingGroup.ClipGeometryProperty)))
227
(null != AnimationStorage.
GetStorage
(this, DrawingGroup.OpacityProperty)))
System\Windows\Media3D\Generated\Visual3D.cs (1)
232
AnimationStorage storage = AnimationStorage.
GetStorage
(this, dp);