1 write to CurrentAdjustedGlobalTime
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
1905
_rootData.
CurrentAdjustedGlobalTime
= GetCurrentDesiredFrameTime(_timeManager.InternalCurrentGlobalTime);
4 references to CurrentAdjustedGlobalTime
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
541
return current._rootData.
CurrentAdjustedGlobalTime
;
1904
_rootData.LastAdjustedGlobalTime = _rootData.
CurrentAdjustedGlobalTime
;
1922
TimeSpan nextDesiredTick = InternalNextTickNeededTime == TimeSpan.Zero ? _rootData.
CurrentAdjustedGlobalTime
3100
parentTime = _rootData.
CurrentAdjustedGlobalTime
;