6 references to _traceList
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
12623_traceList.Add(record); 12630for (; _flushIndex < _traceList.Count; ++_flushIndex) 12632_traceList[_flushIndex].Write(_writer); 12642_traceList.RemoveRange(0, purgeCount); 12643_flushIndex = _traceList.Count; 12663_traceList.Clear();