6 references to _traceList
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
12613
_traceList
.Add(record);
12620
for (; _flushIndex <
_traceList
.Count; ++_flushIndex)
12622
_traceList
[_flushIndex].Write(_writer);
12632
_traceList
.RemoveRange(0, purgeCount);
12633
_flushIndex =
_traceList
.Count;
12653
_traceList
.Clear();