3 writes to InternalCurrentIntervals
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
919_timeManager.InternalCurrentIntervals = TimeIntervalCollection.Empty; 3638_timeManager.InternalCurrentIntervals = currentIntervals;
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
471_timeManager.InternalCurrentIntervals = currentIntervals;
1 reference to InternalCurrentIntervals
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
3111parentIntervalCollection = _timeManager.InternalCurrentIntervals;