1 instantiation of ClockController
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
183return new ClockController(this);
13 references to ClockController
PresentationCore (10)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
173public ClockController Controller
Core\CSharp\System\Windows\Media\Animation\ClockController.cs (8)
99/// <see cref="ClockController.Resume"/> method. 103/// <see cref="ClockController.Begin"/> or <see cref="ClockController.SkipToFill"/> methods. 115/// <seealso cref="ClockController.Resume"/> 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"/>
Core\CSharp\System\Windows\Media\Animation\Enums.cs (1)
18/// Specifies the behavior of the <see cref="ClockController.Seek"/>
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
168case 76: t = () => typeof(ClockController); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2569typeof(System.Windows.Media.Animation.ClockController),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5620case KnownElements.ClockController: t = typeof(System.Windows.Media.Animation.ClockController); break;