3 implementations of IClock
PresentationCore (3)
System\Windows\Media\Animation\TimeManager.cs (2)
429internal class GTCClock : IClock 460internal class TestTimingClock : IClock
System\Windows\Media\MediaContext.cs (1)
25internal partial class MediaContext : DispatcherObject, IDisposable, IClock
7 references to IClock
PresentationCore (7)
System\Windows\Media\Animation\TimeManager.cs (6)
57public TimeManager(IClock clock) 81public IClock Clock 99_systemClock = (IClock)MediaContext.From(Dispatcher); 103_systemClock = (IClock)new GTCClock(); 443TimeSpan IClock.CurrentTime 889private IClock _systemClock;
System\Windows\Media\MediaContext.cs (1)
1077TimeSpan IClock.CurrentTime