1 override of GetCurrentTimeCore
PresentationCore (1)
System\Windows\Media\mediaclock.cs (1)
72protected override TimeSpan GetCurrentTimeCore()
3 references to GetCurrentTimeCore
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (2)
3316TimeSpan syncTimeST = _syncData.SyncClock.GetCurrentTimeCore(); 4027return (_previousRepeatTime + _syncClock.GetCurrentTimeCore() >= _syncClockEffectiveDuration.Value);
System\Windows\Media\mediaclock.cs (1)
80return base.GetCurrentTimeCore();