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;
1866
TimeSpan previewParentTime =
CurrentGlobalTime
;
2160
TimeSpan proposedNextTickTime =
CurrentGlobalTime
+ timeUntilNextBoundary;
3057
InternalNextTickNeededTime =
CurrentGlobalTime
+ timeUntilNextBoundary;
System\Windows\Media\Animation\ClockGroup.cs (1)
225
if (
CurrentGlobalTime
>= current.InternalNextTickNeededTime)