1 write to CurrentAdjustedGlobalTime
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
1922
_rootData.
CurrentAdjustedGlobalTime
= GetCurrentDesiredFrameTime(_timeManager.InternalCurrentGlobalTime);
4 references to CurrentAdjustedGlobalTime
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (4)
557
return current._rootData.
CurrentAdjustedGlobalTime
;
1921
_rootData.LastAdjustedGlobalTime = _rootData.
CurrentAdjustedGlobalTime
;
1939
TimeSpan nextDesiredTick = InternalNextTickNeededTime == TimeSpan.Zero ? _rootData.
CurrentAdjustedGlobalTime
3117
parentTime = _rootData.
CurrentAdjustedGlobalTime
;