6 references to _traceList
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
12585
_traceList
.Add(record);
12592
for (; _flushIndex <
_traceList
.Count; ++_flushIndex)
12594
_traceList
[_flushIndex].Write(_writer);
12604
_traceList
.RemoveRange(0, purgeCount);
12605
_flushIndex =
_traceList
.Count;
12625
_traceList
.Clear();