1 write to _removeRequestedHandler
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (1)
21
_removeRequestedHandler
= new EventHandler(OnRemoveRequested);
4 references to _removeRequestedHandler
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (4)
111
_ownerStorage.DetachAnimationClock(_animationClocks[i],
_removeRequestedHandler
);
131
_ownerStorage.AttachAnimationClock(animationClocks[i],
_removeRequestedHandler
);
167
_ownerStorage.DetachAnimationClock(animationClock,
_removeRequestedHandler
);
215
_ownerStorage.AttachAnimationClock(clock,
_removeRequestedHandler
);