2 writes to _currentIntervals
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (2)
591
parentIntervalCollection.ProjectOntoPeriodicFunction(ref
_currentIntervals
,
604
parentIntervalCollection.ProjectPostFillZone(ref
_currentIntervals
,
6 references to _currentIntervals
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (6)
575
_currentIntervals
.Clear();
576
_currentIntervals
.AddNullPoint();
581
_currentIntervals
.AddNullPoint();
590
_currentIntervals
.Clear();
603
_currentIntervals
.Clear();
614
return
_currentIntervals
;