3 writes to _flushIndex
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
5067
for (; _flushIndex < _traceList.Count; ++
_flushIndex
)
5080
_flushIndex
= _traceList.Count;
5101
_flushIndex
= 0;
4 references to _flushIndex
PresentationFramework (4)
System\Windows\Documents\TextStore.cs (4)
5067
for (;
_flushIndex
< _traceList.Count; ++_flushIndex)
5069
_traceList[
_flushIndex
].Write(_writer);
5075
if (
_flushIndex
> s_MaxTraceRecords)
5078
int purgeCount =
_flushIndex
- s_MinTraceRecords;