6 references to InternalCurrentGlobalTime
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (5)
545return _timeManager.InternalCurrentGlobalTime; 561return _timeManager.InternalCurrentGlobalTime; 1922_rootData.CurrentAdjustedGlobalTime = GetCurrentDesiredFrameTime(_timeManager.InternalCurrentGlobalTime); 3130parentTime = _timeManager.InternalCurrentGlobalTime; 3636TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(_timeManager.InternalCurrentGlobalTime);
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
469TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(_timeManager.InternalCurrentGlobalTime);