7 references to CurrentGlobalTime
PresentationCore (7)
System\Windows\Media\Animation\Clock.cs (6)
901_beginTime = CurrentGlobalTime - DivideTimeSpan(destination, _appliedSpeedRatio); 1808_beginTime = CurrentGlobalTime - DivideTimeSpan(_rootData.PendingSeekDestination.Value, _appliedSpeedRatio); 1834_beginTime = CurrentGlobalTime + _timeline.BeginTime; 1879TimeSpan previewParentTime = CurrentGlobalTime; 2173TimeSpan proposedNextTickTime = CurrentGlobalTime + timeUntilNextBoundary; 3070InternalNextTickNeededTime = CurrentGlobalTime + timeUntilNextBoundary;
System\Windows\Media\Animation\ClockGroup.cs (1)
230if (CurrentGlobalTime >= current.InternalNextTickNeededTime)