1 write to CurrentAdjustedGlobalTime
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
1919_rootData.CurrentAdjustedGlobalTime = GetCurrentDesiredFrameTime(_timeManager.InternalCurrentGlobalTime);
4 references to CurrentAdjustedGlobalTime
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
555return current._rootData.CurrentAdjustedGlobalTime; 1918_rootData.LastAdjustedGlobalTime = _rootData.CurrentAdjustedGlobalTime; 1936TimeSpan nextDesiredTick = InternalNextTickNeededTime == TimeSpan.Zero ? _rootData.CurrentAdjustedGlobalTime 3115parentTime = _rootData.CurrentAdjustedGlobalTime;