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