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)
557return current._rootData.CurrentAdjustedGlobalTime; 1921_rootData.LastAdjustedGlobalTime = _rootData.CurrentAdjustedGlobalTime; 1939TimeSpan nextDesiredTick = InternalNextTickNeededTime == TimeSpan.Zero ? _rootData.CurrentAdjustedGlobalTime 3117parentTime = _rootData.CurrentAdjustedGlobalTime;