6 references to InternalCurrentGlobalTime
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (5)
543return _timeManager.InternalCurrentGlobalTime; 559return _timeManager.InternalCurrentGlobalTime; 1919_rootData.CurrentAdjustedGlobalTime = GetCurrentDesiredFrameTime(_timeManager.InternalCurrentGlobalTime); 3125parentTime = _timeManager.InternalCurrentGlobalTime; 3628TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(_timeManager.InternalCurrentGlobalTime);
System\Windows\Media\Animation\ClockGroup.cs (1)
467TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(_timeManager.InternalCurrentGlobalTime);