2 writes to _flushDepth
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4698_flushDepth = 0; 4711_flushDepth = flushDepth;
5 references to _flushDepth
PresentationFramework (5)
System\Windows\Documents\TextStore.cs (5)
4976if (_flushDepth < 0) 4978_traceList.Flush(_flushDepth); // force flush 5108if (_writer != null && depth <= _flushDepth) 5132Flush(_flushDepth); 5142Flush(_flushDepth);