4 references to DetachAnimationClock
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (2)
111_ownerStorage.DetachAnimationClock(_animationClocks[i], _removeRequestedHandler); 167_ownerStorage.DetachAnimationClock(animationClock, _removeRequestedHandler);
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (2)
367DetachAnimationClock((AnimationClock)sender, _removeRequestedHandler); 537DetachAnimationClock(animationClock, _removeRequestedHandler);