6 references to _traceList
PresentationFramework (6)
System\Windows\Documents\TextStore.cs (6)
5103_traceList.Add(record); 5110for (; _flushIndex < _traceList.Count; ++_flushIndex) 5112_traceList[_flushIndex].Write(_writer); 5122_traceList.RemoveRange(0, purgeCount); 5123_flushIndex = _traceList.Count; 5143_traceList.Clear();