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