3 writes to _flushIndex
PresentationFramework (3)
System\Windows\Controls\VirtualizingStackPanel.cs (3)
12586
for (; _flushIndex < _traceList.Count; ++
_flushIndex
)
12599
_flushIndex
= _traceList.Count;
12620
_flushIndex
= 0;
4 references to _flushIndex
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
12586
for (;
_flushIndex
< _traceList.Count; ++_flushIndex)
12588
_traceList[
_flushIndex
].Write(_writer);
12594
if (
_flushIndex
> s_MaxTraceRecords)
12597
int purgeCount =
_flushIndex
- s_MinTraceRecords;