1 write to _removeRequestedHandler
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
29_removeRequestedHandler = new EventHandler(OnRemoveRequested);
5 references to _removeRequestedHandler
PresentationCore (5)
System\Windows\Media\Animation\AnimationStorage.cs (5)
359DetachAnimationClock((AnimationClock)sender, _removeRequestedHandler); 531DetachAnimationClock(animationClock, _removeRequestedHandler); 554DetachAnimationClock(_animationClocks[i], _removeRequestedHandler); 652storage.AttachAnimationClock(animationClocks[i], storage._removeRequestedHandler); 673storage.AttachAnimationClock(animationClocks[i], storage._removeRequestedHandler);