2 writes to _flushDepth
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11994_flushDepth = 0; 12010_flushDepth = flushDepth;
5 references to _flushDepth
PresentationFramework (5)
System\Windows\Controls\VirtualizingStackPanel.cs (5)
12460if (_flushDepth < 0) 12462_traceList.Flush(_flushDepth); 12593if (_writer != null && depth <= _flushDepth) 12617Flush(_flushDepth); 12627Flush(_flushDepth);