2 writes to _flushDepth
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4685
_flushDepth
= 0;
4698
_flushDepth
= flushDepth;
5 references to _flushDepth
PresentationFramework (5)
System\Windows\Documents\TextStore.cs (5)
4963
if (
_flushDepth
< 0)
4965
_traceList.Flush(
_flushDepth
); // force flush
5095
if (_writer != null && depth <=
_flushDepth
)
5119
Flush(
_flushDepth
);
5129
Flush(
_flushDepth
);