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)
542return current._rootData.CurrentAdjustedGlobalTime; 1905_rootData.LastAdjustedGlobalTime = _rootData.CurrentAdjustedGlobalTime; 1923TimeSpan nextDesiredTick = InternalNextTickNeededTime == TimeSpan.Zero ? _rootData.CurrentAdjustedGlobalTime 3102parentTime = _rootData.CurrentAdjustedGlobalTime;