3 writes to _flushIndex
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
12465for (; _flushIndex < _traceList.Count; ++_flushIndex) 12478_flushIndex = _traceList.Count; 12499_flushIndex = 0;
4 references to _flushIndex
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (4)
12465for (; _flushIndex < _traceList.Count; ++_flushIndex) 12467_traceList[_flushIndex].Write(_writer); 12473if (_flushIndex > s_MaxTraceRecords) 12476int purgeCount = _flushIndex - s_MinTraceRecords;