7 references to CurrentGlobalTime
PresentationCore (7)
System\Windows\Media\Animation\Clock.cs (6)
887_beginTime = CurrentGlobalTime - DivideTimeSpan(destination, _appliedSpeedRatio); 1794_beginTime = CurrentGlobalTime - DivideTimeSpan(_rootData.PendingSeekDestination.Value, _appliedSpeedRatio); 1820_beginTime = CurrentGlobalTime + _timeline.BeginTime; 1865TimeSpan previewParentTime = CurrentGlobalTime; 2158TimeSpan proposedNextTickTime = CurrentGlobalTime + timeUntilNextBoundary; 3055InternalNextTickNeededTime = CurrentGlobalTime + timeUntilNextBoundary;
System\Windows\Media\Animation\ClockGroup.cs (1)
224if (CurrentGlobalTime >= current.InternalNextTickNeededTime)