1 write to _removeRequestedHandler
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
31_removeRequestedHandler = new EventHandler(OnRemoveRequested);
5 references to _removeRequestedHandler
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (5)
367DetachAnimationClock((AnimationClock)sender, _removeRequestedHandler); 537DetachAnimationClock(animationClock, _removeRequestedHandler); 560DetachAnimationClock(_animationClocks[i], _removeRequestedHandler); 660storage.AttachAnimationClock(animationClocks[i], storage._removeRequestedHandler); 681storage.AttachAnimationClock(animationClocks[i], storage._removeRequestedHandler);