1 write to _removeRequestedHandler
PresentationCore (1)
System\Windows\Media\Animation\AnimationLayer.cs (1)
20_removeRequestedHandler = new EventHandler(OnRemoveRequested);
4 references to _removeRequestedHandler
PresentationCore (4)
System\Windows\Media\Animation\AnimationLayer.cs (4)
110_ownerStorage.DetachAnimationClock(_animationClocks[i], _removeRequestedHandler); 130_ownerStorage.AttachAnimationClock(animationClocks[i], _removeRequestedHandler); 166_ownerStorage.DetachAnimationClock(animationClock, _removeRequestedHandler); 214_ownerStorage.AttachAnimationClock(clock, _removeRequestedHandler);