2 writes to _currentIntervals
PresentationCore (2)
System\Windows\Media\Animation\ClockGroup.cs (2)
589
parentIntervalCollection.ProjectOntoPeriodicFunction(ref
_currentIntervals
,
602
parentIntervalCollection.ProjectPostFillZone(ref
_currentIntervals
,
6 references to _currentIntervals
PresentationCore (6)
System\Windows\Media\Animation\ClockGroup.cs (6)
573
_currentIntervals
.Clear();
574
_currentIntervals
.AddNullPoint();
579
_currentIntervals
.AddNullPoint();
588
_currentIntervals
.Clear();
601
_currentIntervals
.Clear();
612
return
_currentIntervals
;