1 write to _removeRequestedHandler
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
30
_removeRequestedHandler
= new EventHandler(OnRemoveRequested);
5 references to _removeRequestedHandler
PresentationCore (5)
System\Windows\Media\Animation\AnimationStorage.cs (5)
366
DetachAnimationClock((AnimationClock)sender,
_removeRequestedHandler
);
538
DetachAnimationClock(animationClock,
_removeRequestedHandler
);
561
DetachAnimationClock(_animationClocks[i],
_removeRequestedHandler
);
659
storage.AttachAnimationClock(animationClocks[i], storage.
_removeRequestedHandler
);
680
storage.AttachAnimationClock(animationClocks[i], storage.
_removeRequestedHandler
);