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;
1865
TimeSpan previewParentTime =
CurrentGlobalTime
;
2158
TimeSpan proposedNextTickTime =
CurrentGlobalTime
+ timeUntilNextBoundary;
3055
InternalNextTickNeededTime =
CurrentGlobalTime
+ timeUntilNextBoundary;
System\Windows\Media\Animation\ClockGroup.cs (1)
224
if (
CurrentGlobalTime
>= current.InternalNextTickNeededTime)