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); 3112parentTime = _timeManager.InternalCurrentGlobalTime; 3615TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(_timeManager.InternalCurrentGlobalTime);
System\Windows\Media\Animation\ClockGroup.cs (1)
462TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(_timeManager.InternalCurrentGlobalTime);