1 instantiation of ClockController
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
167return new ClockController(this);
13 references to ClockController
PresentationCore (10)
System\Windows\Media\Animation\Clock.cs (1)
157public ClockController Controller
System\Windows\Media\Animation\ClockController.cs (8)
83/// <see cref="ClockController.Resume"/> method. 87/// <see cref="ClockController.Begin"/> or <see cref="ClockController.SkipToFill"/> methods. 99/// <seealso cref="ClockController.Resume"/> 106/// Allows a Clock to progress again after a call to <see cref="ClockController.Pause"/>. 113/// a call to <see cref="ClockController.Pause"/> can be resumed with this method.</p> 115/// <p>For more details, see the remarks for the <see cref="ClockController.Pause"/> 118/// <seealso cref="ClockController.Pause"/>
System\Windows\Media\Animation\Enums.cs (1)
12/// Specifies the behavior of the <see cref="ClockController.Seek"/>
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
169case 76: t = () => typeof(ClockController); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2686typeof(System.Windows.Media.Animation.ClockController),
System\Windows\Markup\KnownTypes.cs (1)
5623case KnownElements.ClockController: t = typeof(System.Windows.Media.Animation.ClockController); break;