5 references to Pause
PresentationCore (4)
System\Windows\Media\Animation\ClockController.cs (4)
107/// Allows a Clock to progress again after a call to <see cref="ClockController.Pause"/>. 114/// a call to <see cref="ClockController.Pause"/> can be resumed with this method.</p> 116/// <p>For more details, see the remarks for the <see cref="ClockController.Pause"/> 119/// <seealso cref="ClockController.Pause"/>
PresentationFramework (1)
System\Windows\Media\Animation\Storyboard.cs (1)
1590clock?.Controller.Pause();