2 writes to _ownerStorage
PresentationCore (2)
System\Windows\Media\Animation\AnimationLayer.cs (2)
18
_ownerStorage
= ownerStorage;
174
_ownerStorage
= null;
6 references to _ownerStorage
PresentationCore (6)
System\Windows\Media\Animation\AnimationLayer.cs (6)
109
_ownerStorage
.DetachAnimationClock(_animationClocks[i], _removeRequestedHandler);
129
_ownerStorage
.AttachAnimationClock(animationClocks[i], _removeRequestedHandler);
165
_ownerStorage
.DetachAnimationClock(animationClock, _removeRequestedHandler);
167
AnimationStorage tmpOwnerStorage =
_ownerStorage
;
173
_ownerStorage
.RemoveLayer(this);
213
_ownerStorage
.AttachAnimationClock(clock, _removeRequestedHandler);