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