6 references to InternalCurrentGlobalTime
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (5)
529return _timeManager.InternalCurrentGlobalTime; 545return _timeManager.InternalCurrentGlobalTime; 1902_rootData.CurrentAdjustedGlobalTime = GetCurrentDesiredFrameTime(_timeManager.InternalCurrentGlobalTime); 3104parentTime = _timeManager.InternalCurrentGlobalTime; 3607TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(_timeManager.InternalCurrentGlobalTime);
System\Windows\Media\Animation\ClockGroup.cs (1)
461TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(_timeManager.InternalCurrentGlobalTime);