6 references to _traceList
PresentationFramework (6)
System\Windows\Documents\TextStore.cs (6)
5054_traceList.Add(record); 5061for (; _flushIndex < _traceList.Count; ++_flushIndex) 5063_traceList[_flushIndex].Write(_writer); 5073_traceList.RemoveRange(0, purgeCount); 5074_flushIndex = _traceList.Count; 5094_traceList.Clear();