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