2 writes to _currentIntervals
PresentationCore (2)
System\Windows\Media\Animation\ClockGroup.cs (2)
584
parentIntervalCollection.ProjectOntoPeriodicFunction(ref
_currentIntervals
,
597
parentIntervalCollection.ProjectPostFillZone(ref
_currentIntervals
,
6 references to _currentIntervals
PresentationCore (6)
System\Windows\Media\Animation\ClockGroup.cs (6)
568
_currentIntervals
.Clear();
569
_currentIntervals
.AddNullPoint();
574
_currentIntervals
.AddNullPoint();
583
_currentIntervals
.Clear();
596
_currentIntervals
.Clear();
607
return
_currentIntervals
;