3 implementations of IClock
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\TimeManager.cs (2)
448internal class GTCClock : IClock 479internal class TestTimingClock : IClock
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
49internal partial class MediaContext : DispatcherObject, IDisposable, IClock
7 references to IClock
PresentationCore (7)
Core\CSharp\System\Windows\Media\Animation\TimeManager.cs (6)
74public TimeManager(IClock clock) 98public IClock Clock 116_systemClock = (IClock)MediaContext.From(Dispatcher); 120_systemClock = (IClock)new GTCClock(); 462TimeSpan IClock.CurrentTime 908private IClock _systemClock;
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
1118TimeSpan IClock.CurrentTime