6 references to _traceList
PresentationFramework (6)
System\Windows\Documents\TextStore.cs (6)
5079_traceList.Add(record); 5086for (; _flushIndex < _traceList.Count; ++_flushIndex) 5088_traceList[_flushIndex].Write(_writer); 5098_traceList.RemoveRange(0, purgeCount); 5099_flushIndex = _traceList.Count; 5119_traceList.Clear();