6 references to _traceList
PresentationFramework (6)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (6)
12458
_traceList
.Add(record);
12465
for (; _flushIndex <
_traceList
.Count; ++_flushIndex)
12467
_traceList
[_flushIndex].Write(_writer);
12477
_traceList
.RemoveRange(0, purgeCount);
12478
_flushIndex =
_traceList
.Count;
12498
_traceList
.Clear();