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); 168AnimationStorage tmpOwnerStorage = _ownerStorage; 174_ownerStorage.RemoveLayer(this); 214_ownerStorage.AttachAnimationClock(clock, _removeRequestedHandler);