3 implementations of IClock
PresentationCore (3)
System\Windows\Media\Animation\TimeManager.cs (2)
443internal class GTCClock : IClock 474internal class TestTimingClock : IClock
System\Windows\Media\MediaContext.cs (1)
47internal partial class MediaContext : DispatcherObject, IDisposable, IClock
7 references to IClock
PresentationCore (7)
System\Windows\Media\Animation\TimeManager.cs (6)
71public TimeManager(IClock clock) 95public IClock Clock 113_systemClock = (IClock)MediaContext.From(Dispatcher); 117_systemClock = (IClock)new GTCClock(); 457TimeSpan IClock.CurrentTime 903private IClock _systemClock;
System\Windows\Media\MediaContext.cs (1)
1099TimeSpan IClock.CurrentTime