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;
1879
TimeSpan previewParentTime =
CurrentGlobalTime
;
2173
TimeSpan proposedNextTickTime =
CurrentGlobalTime
+ timeUntilNextBoundary;
3070
InternalNextTickNeededTime =
CurrentGlobalTime
+ timeUntilNextBoundary;
System\Windows\Media\Animation\ClockGroup.cs (1)
230
if (
CurrentGlobalTime
>= current.InternalNextTickNeededTime)