6 references to _traceList
PresentationFramework (6)
System\Windows\Documents\TextStore.cs (6)
5090
_traceList
.Add(record);
5097
for (; _flushIndex <
_traceList
.Count; ++_flushIndex)
5099
_traceList
[_flushIndex].Write(_writer);
5109
_traceList
.RemoveRange(0, purgeCount);
5110
_flushIndex =
_traceList
.Count;
5130
_traceList
.Clear();