1 instantiation of ClockController
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
181return new ClockController(this);
13 references to ClockController
PresentationCore (10)
System\Windows\Media\Animation\Clock.cs (1)
171public ClockController Controller
System\Windows\Media\Animation\ClockController.cs (8)
97/// <see cref="ClockController.Resume"/> method. 101/// <see cref="ClockController.Begin"/> or <see cref="ClockController.SkipToFill"/> methods. 113/// <seealso cref="ClockController.Resume"/> 120/// Allows a Clock to progress again after a call to <see cref="ClockController.Pause"/>. 127/// a call to <see cref="ClockController.Pause"/> can be resumed with this method.</p> 129/// <p>For more details, see the remarks for the <see cref="ClockController.Pause"/> 132/// <seealso cref="ClockController.Pause"/>
System\Windows\Media\Animation\Enums.cs (1)
17/// Specifies the behavior of the <see cref="ClockController.Seek"/>
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
172case 76: t = () => typeof(ClockController); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2573typeof(System.Windows.Media.Animation.ClockController),
System\Windows\Markup\KnownTypes.cs (1)
5630case KnownElements.ClockController: t = typeof(System.Windows.Media.Animation.ClockController); break;