2 writes to _ownerStorage
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (2)
20
_ownerStorage
= ownerStorage;
176
_ownerStorage
= null;
6 references to _ownerStorage
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (6)
111
_ownerStorage
.DetachAnimationClock(_animationClocks[i], _removeRequestedHandler);
131
_ownerStorage
.AttachAnimationClock(animationClocks[i], _removeRequestedHandler);
167
_ownerStorage
.DetachAnimationClock(animationClock, _removeRequestedHandler);
169
AnimationStorage tmpOwnerStorage =
_ownerStorage
;
175
_ownerStorage
.RemoveLayer(this);
215
_ownerStorage
.AttachAnimationClock(clock, _removeRequestedHandler);