2 writes to _flushDepth
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4657
_flushDepth
= 0;
4672
_flushDepth
= flushDepth;
5 references to _flushDepth
PresentationFramework (5)
System\Windows\Documents\TextStore.cs (5)
4927
if (
_flushDepth
< 0)
4929
_traceList.Flush(
_flushDepth
); // force flush
5059
if (_writer != null && depth <=
_flushDepth
)
5083
Flush(
_flushDepth
);
5093
Flush(
_flushDepth
);