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)
541return current._rootData.CurrentAdjustedGlobalTime; 1904_rootData.LastAdjustedGlobalTime = _rootData.CurrentAdjustedGlobalTime; 1922TimeSpan nextDesiredTick = InternalNextTickNeededTime == TimeSpan.Zero ? _rootData.CurrentAdjustedGlobalTime 3100parentTime = _rootData.CurrentAdjustedGlobalTime;