1 write to _removeRequestedHandler
PresentationCore (1)
System\Windows\Media\Animation\AnimationLayer.cs (1)
19
_removeRequestedHandler
= new EventHandler(OnRemoveRequested);
4 references to _removeRequestedHandler
PresentationCore (4)
System\Windows\Media\Animation\AnimationLayer.cs (4)
109
_ownerStorage.DetachAnimationClock(_animationClocks[i],
_removeRequestedHandler
);
129
_ownerStorage.AttachAnimationClock(animationClocks[i],
_removeRequestedHandler
);
165
_ownerStorage.DetachAnimationClock(animationClock,
_removeRequestedHandler
);
213
_ownerStorage.AttachAnimationClock(clock,
_removeRequestedHandler
);