5 references to Pause
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\ClockController.cs (4)
122/// Allows a Clock to progress again after a call to <see cref="ClockController.Pause"/>. 129/// a call to <see cref="ClockController.Pause"/> can be resumed with this method.</p> 131/// <p>For more details, see the remarks for the <see cref="ClockController.Pause"/> 134/// <seealso cref="ClockController.Pause"/>
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
1596clock.Controller.Pause();