9 references to Start
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\TimeManager.cs (8)
54/// <see cref="TimeManager.Start"/> method. 72/// <see cref="TimeManager.Start"/> method. 189/// by <see cref="Start"/>. 191/// <seealso cref="TimeManager.Start"/> 201Start(); 218/// clock is stopped rather than paused, call the <see cref="Start"/> method 328/// After the clock is stopped, it can be restarted with a call to <see cref="Start"/>. 331/// <seealso cref="TimeManager.Start"/>
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
261_timeManager.Start();