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