3 writes to _flushIndex
PresentationFramework (3)
System\Windows\Controls\VirtualizingStackPanel.cs (3)
12620for (; _flushIndex < _traceList.Count; ++_flushIndex) 12633_flushIndex = _traceList.Count; 12654_flushIndex = 0;
4 references to _flushIndex
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
12620for (; _flushIndex < _traceList.Count; ++_flushIndex) 12622_traceList[_flushIndex].Write(_writer); 12628if (_flushIndex > s_MaxTraceRecords) 12631int purgeCount = _flushIndex - s_MinTraceRecords;