6 references to _traceList
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
12588_traceList.Add(record); 12595for (; _flushIndex < _traceList.Count; ++_flushIndex) 12597_traceList[_flushIndex].Write(_writer); 12607_traceList.RemoveRange(0, purgeCount); 12608_flushIndex = _traceList.Count; 12628_traceList.Clear();