7 references to CurrentGlobalTime
PresentationCore (7)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (6)
904
_beginTime =
CurrentGlobalTime
- DivideTimeSpan(destination, _appliedSpeedRatio);
1811
_beginTime =
CurrentGlobalTime
- DivideTimeSpan(_rootData.PendingSeekDestination.Value, _appliedSpeedRatio);
1837
_beginTime =
CurrentGlobalTime
+ _timeline.BeginTime;
1882
TimeSpan previewParentTime =
CurrentGlobalTime
;
2176
TimeSpan proposedNextTickTime =
CurrentGlobalTime
+ timeUntilNextBoundary;
3072
InternalNextTickNeededTime =
CurrentGlobalTime
+ timeUntilNextBoundary;
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
232
if (
CurrentGlobalTime
>= current.InternalNextTickNeededTime)