2 writes to _ownerStorage
PresentationCore (2)
System\Windows\Media\Animation\AnimationLayer.cs (2)
23
_ownerStorage
= ownerStorage;
179
_ownerStorage
= null;
6 references to _ownerStorage
PresentationCore (6)
System\Windows\Media\Animation\AnimationLayer.cs (6)
114
_ownerStorage
.DetachAnimationClock(_animationClocks[i], _removeRequestedHandler);
134
_ownerStorage
.AttachAnimationClock(animationClocks[i], _removeRequestedHandler);
170
_ownerStorage
.DetachAnimationClock(animationClock, _removeRequestedHandler);
172
AnimationStorage tmpOwnerStorage =
_ownerStorage
;
178
_ownerStorage
.RemoveLayer(this);
218
_ownerStorage
.AttachAnimationClock(clock, _removeRequestedHandler);