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