7 references to CurrentGlobalTime
PresentationCore (7)
System\Windows\Media\Animation\Clock.cs (6)
888_beginTime = CurrentGlobalTime - DivideTimeSpan(destination, _appliedSpeedRatio); 1795_beginTime = CurrentGlobalTime - DivideTimeSpan(_rootData.PendingSeekDestination.Value, _appliedSpeedRatio); 1821_beginTime = CurrentGlobalTime + _timeline.BeginTime; 1866TimeSpan previewParentTime = CurrentGlobalTime; 2160TimeSpan proposedNextTickTime = CurrentGlobalTime + timeUntilNextBoundary; 3057InternalNextTickNeededTime = CurrentGlobalTime + timeUntilNextBoundary;
System\Windows\Media\Animation\ClockGroup.cs (1)
225if (CurrentGlobalTime >= current.InternalNextTickNeededTime)