9 references to Start
PresentationCore (9)
System\Windows\Media\Animation\TimeManager.cs (8)
36/// <see cref="TimeManager.Start"/> method. 54/// <see cref="TimeManager.Start"/> method. 171/// by <see cref="Start"/>. 173/// <seealso cref="TimeManager.Start"/> 183Start(); 200/// clock is stopped rather than paused, call the <see cref="Start"/> method 310/// After the clock is stopped, it can be restarted with a call to <see cref="Start"/>. 313/// <seealso cref="TimeManager.Start"/>
System\Windows\Media\MediaContext.cs (1)
240_timeManager.Start();