3 writes to InternalCurrentIntervals
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (2)
903_timeManager.InternalCurrentIntervals = TimeIntervalCollection.Empty; 3617_timeManager.InternalCurrentIntervals = currentIntervals;
System\Windows\Media\Animation\ClockGroup.cs (1)
464_timeManager.InternalCurrentIntervals = currentIntervals;
1 reference to InternalCurrentIntervals
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
3096parentIntervalCollection = _timeManager.InternalCurrentIntervals;