2 writes to _currentIntervals
PresentationCore (2)
System\Windows\Media\Animation\ClockGroup.cs (2)
583
parentIntervalCollection.ProjectOntoPeriodicFunction(ref
_currentIntervals
,
596
parentIntervalCollection.ProjectPostFillZone(ref
_currentIntervals
,
6 references to _currentIntervals
PresentationCore (6)
System\Windows\Media\Animation\ClockGroup.cs (6)
567
_currentIntervals
.Clear();
568
_currentIntervals
.AddNullPoint();
573
_currentIntervals
.AddNullPoint();
582
_currentIntervals
.Clear();
595
_currentIntervals
.Clear();
606
return
_currentIntervals
;