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