6 references to _traceList
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
12579
_traceList
.Add(record);
12586
for (; _flushIndex <
_traceList
.Count; ++_flushIndex)
12588
_traceList
[_flushIndex].Write(_writer);
12598
_traceList
.RemoveRange(0, purgeCount);
12599
_flushIndex =
_traceList
.Count;
12619
_traceList
.Clear();