6 references to _traceList
PresentationFramework (6)
System\Windows\Documents\TextStore.cs (6)
5070_traceList.Add(record); 5077for (; _flushIndex < _traceList.Count; ++_flushIndex) 5079_traceList[_flushIndex].Write(_writer); 5089_traceList.RemoveRange(0, purgeCount); 5090_flushIndex = _traceList.Count; 5110_traceList.Clear();