1 write to _syncClockEffectiveDuration
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
4029
_syncClockEffectiveDuration
= _syncClock.ComputeEffectiveDuration(); // null == infinity
3 references to _syncClockEffectiveDuration
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
4040
if (
_syncClockEffectiveDuration
.HasValue) // If the sync clock has a finite duration
4042
return (_previousRepeatTime + _syncClock.GetCurrentTimeCore() >=
_syncClockEffectiveDuration
.Value);
4054
get { return
_syncClockEffectiveDuration
; }