1 write to _syncClockBeginTime
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
4019
_syncClockBeginTime
= _syncClock._beginTime;
2 references to _syncClockBeginTime
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
4097
Debug.Assert(
_syncClockBeginTime
.HasValue); // This should never be queried on a root without beginTime
4098
return
_syncClockBeginTime
.Value;