6 references to InternalCurrentGlobalTime
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (5)
530return _timeManager.InternalCurrentGlobalTime; 546return _timeManager.InternalCurrentGlobalTime; 1906_rootData.CurrentAdjustedGlobalTime = GetCurrentDesiredFrameTime(_timeManager.InternalCurrentGlobalTime); 3111parentTime = _timeManager.InternalCurrentGlobalTime; 3614TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(_timeManager.InternalCurrentGlobalTime);
System\Windows\Media\Animation\ClockGroup.cs (1)
462TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(_timeManager.InternalCurrentGlobalTime);