1 write to _traceList
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
4899
_traceList
= traceList;
3 references to _traceList
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
4955
_traceList
.Add(record);
4965
_traceList
.Flush(_flushDepth); // force flush
4969
_traceList
.Flush(_opStack.Count); // flush when reaching depth 0