1 override of GetCurrentTimeCore
PresentationCore (1)
Core\CSharp\System\Windows\Media\MediaClock.cs (1)
90
protected override TimeSpan
GetCurrentTimeCore
()
3 references to GetCurrentTimeCore
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
3335
TimeSpan syncTimeST = _syncData.SyncClock.
GetCurrentTimeCore
();
4049
return (_previousRepeatTime + _syncClock.
GetCurrentTimeCore
() >= _syncClockEffectiveDuration.Value);
Core\CSharp\System\Windows\Media\MediaClock.cs (1)
98
return base.
GetCurrentTimeCore
();