2 writes to _flushDepth
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12019
_flushDepth
= 0;
12033
_flushDepth
= flushDepth;
5 references to _flushDepth
PresentationFramework (5)
System\Windows\Controls\VirtualizingStackPanel.cs (5)
12484
if (
_flushDepth
< 0)
12486
_traceList.Flush(
_flushDepth
);
12617
if (_writer != null && depth <=
_flushDepth
)
12641
Flush(
_flushDepth
);
12651
Flush(
_flushDepth
);