3 implementations of IClock
PresentationCore (3)
System\Windows\Media\Animation\TimeManager.cs (2)
428internal class GTCClock : IClock 459internal class TestTimingClock : IClock
System\Windows\Media\MediaContext.cs (1)
24internal partial class MediaContext : DispatcherObject, IDisposable, IClock
7 references to IClock
PresentationCore (7)
System\Windows\Media\Animation\TimeManager.cs (6)
56public TimeManager(IClock clock) 80public IClock Clock 98_systemClock = (IClock)MediaContext.From(Dispatcher); 102_systemClock = (IClock)new GTCClock(); 442TimeSpan IClock.CurrentTime 885private IClock _systemClock;
System\Windows\Media\MediaContext.cs (1)
1073TimeSpan IClock.CurrentTime