1 write to CurrentAdjustedGlobalTime
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
1919
_rootData.
CurrentAdjustedGlobalTime
= GetCurrentDesiredFrameTime(_timeManager.InternalCurrentGlobalTime);
4 references to CurrentAdjustedGlobalTime
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
555
return current._rootData.
CurrentAdjustedGlobalTime
;
1918
_rootData.LastAdjustedGlobalTime = _rootData.
CurrentAdjustedGlobalTime
;
1936
TimeSpan nextDesiredTick = InternalNextTickNeededTime == TimeSpan.Zero ? _rootData.
CurrentAdjustedGlobalTime
3115
parentTime = _rootData.
CurrentAdjustedGlobalTime
;