6 references to _traceList
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
12589_traceList.Add(record); 12596for (; _flushIndex < _traceList.Count; ++_flushIndex) 12598_traceList[_flushIndex].Write(_writer); 12608_traceList.RemoveRange(0, purgeCount); 12609_flushIndex = _traceList.Count; 12629_traceList.Clear();