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