3 writes to _flushIndex
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
12465
for (; _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)
12465
for (;
_flushIndex
< _traceList.Count; ++_flushIndex)
12467
_traceList[
_flushIndex
].Write(_writer);
12473
if (
_flushIndex
> s_MaxTraceRecords)
12476
int purgeCount =
_flushIndex
- s_MinTraceRecords;