4 references to DetachAnimationClock
PresentationCore (4)
System\Windows\Media\Animation\AnimationLayer.cs (2)
109_ownerStorage.DetachAnimationClock(_animationClocks[i], _removeRequestedHandler); 165_ownerStorage.DetachAnimationClock(animationClock, _removeRequestedHandler);
System\Windows\Media\Animation\AnimationStorage.cs (2)
359DetachAnimationClock((AnimationClock)sender, _removeRequestedHandler); 531DetachAnimationClock(animationClock, _removeRequestedHandler);