2 writes to _ownerStorage
PresentationCore (2)
System\Windows\Media\Animation\AnimationLayer.cs (2)
19
_ownerStorage
= ownerStorage;
175
_ownerStorage
= null;
6 references to _ownerStorage
PresentationCore (6)
System\Windows\Media\Animation\AnimationLayer.cs (6)
110
_ownerStorage
.DetachAnimationClock(_animationClocks[i], _removeRequestedHandler);
130
_ownerStorage
.AttachAnimationClock(animationClocks[i], _removeRequestedHandler);
166
_ownerStorage
.DetachAnimationClock(animationClock, _removeRequestedHandler);
168
AnimationStorage tmpOwnerStorage =
_ownerStorage
;
174
_ownerStorage
.RemoveLayer(this);
214
_ownerStorage
.AttachAnimationClock(clock, _removeRequestedHandler);