2 writes to _flushDepth
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4674
_flushDepth
= 0;
4687
_flushDepth
= flushDepth;
5 references to _flushDepth
PresentationFramework (5)
System\Windows\Documents\TextStore.cs (5)
4952
if (
_flushDepth
< 0)
4954
_traceList.Flush(
_flushDepth
); // force flush
5084
if (_writer != null && depth <=
_flushDepth
)
5108
Flush(
_flushDepth
);
5118
Flush(
_flushDepth
);