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