1 instantiation of ClockController
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
168return new ClockController(this);
13 references to ClockController
PresentationCore (10)
System\Windows\Media\Animation\Clock.cs (1)
158public ClockController Controller
System\Windows\Media\Animation\ClockController.cs (8)
84/// <see cref="ClockController.Resume"/> method. 88/// <see cref="ClockController.Begin"/> or <see cref="ClockController.SkipToFill"/> methods. 100/// <seealso cref="ClockController.Resume"/> 107/// Allows a Clock to progress again after a call to <see cref="ClockController.Pause"/>. 114/// a call to <see cref="ClockController.Pause"/> can be resumed with this method.</p> 116/// <p>For more details, see the remarks for the <see cref="ClockController.Pause"/> 119/// <seealso cref="ClockController.Pause"/>
System\Windows\Media\Animation\Enums.cs (1)
13/// Specifies the behavior of the <see cref="ClockController.Seek"/>
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
170case 76: t = () => typeof(ClockController); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2687typeof(System.Windows.Media.Animation.ClockController),
System\Windows\Markup\KnownTypes.cs (1)
5624case KnownElements.ClockController: t = typeof(System.Windows.Media.Animation.ClockController); break;