6 references to _traceList
PresentationFramework (6)
System\Windows\Documents\TextStore.cs (6)
5069_traceList.Add(record); 5076for (; _flushIndex < _traceList.Count; ++_flushIndex) 5078_traceList[_flushIndex].Write(_writer); 5088_traceList.RemoveRange(0, purgeCount); 5089_flushIndex = _traceList.Count; 5109_traceList.Clear();