7 references to CurrentGlobalTime
PresentationCore (7)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (6)
904_beginTime = CurrentGlobalTime - DivideTimeSpan(destination, _appliedSpeedRatio); 1811_beginTime = CurrentGlobalTime - DivideTimeSpan(_rootData.PendingSeekDestination.Value, _appliedSpeedRatio); 1837_beginTime = CurrentGlobalTime + _timeline.BeginTime; 1882TimeSpan previewParentTime = CurrentGlobalTime; 2176TimeSpan proposedNextTickTime = CurrentGlobalTime + timeUntilNextBoundary; 3072InternalNextTickNeededTime = CurrentGlobalTime + timeUntilNextBoundary;
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
232if (CurrentGlobalTime >= current.InternalNextTickNeededTime)