3 writes to InternalCurrentIntervals
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (2)
916_timeManager.InternalCurrentIntervals = TimeIntervalCollection.Empty; 3630_timeManager.InternalCurrentIntervals = currentIntervals;
System\Windows\Media\Animation\ClockGroup.cs (1)
469_timeManager.InternalCurrentIntervals = currentIntervals;
1 reference to InternalCurrentIntervals
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
3109parentIntervalCollection = _timeManager.InternalCurrentIntervals;