6 references to _traceList
PresentationFramework (6)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (6)
12458_traceList.Add(record); 12465for (; _flushIndex < _traceList.Count; ++_flushIndex) 12467_traceList[_flushIndex].Write(_writer); 12477_traceList.RemoveRange(0, purgeCount); 12478_flushIndex = _traceList.Count; 12498_traceList.Clear();