6 references to _traceList
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
12618_traceList.Add(record); 12625for (; _flushIndex < _traceList.Count; ++_flushIndex) 12627_traceList[_flushIndex].Write(_writer); 12637_traceList.RemoveRange(0, purgeCount); 12638_flushIndex = _traceList.Count; 12658_traceList.Clear();