6 references to _traceList
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
12579_traceList.Add(record); 12586for (; _flushIndex < _traceList.Count; ++_flushIndex) 12588_traceList[_flushIndex].Write(_writer); 12598_traceList.RemoveRange(0, purgeCount); 12599_flushIndex = _traceList.Count; 12619_traceList.Clear();