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)
12484if (_flushDepth < 0) 12486_traceList.Flush(_flushDepth); 12617if (_writer != null && depth <= _flushDepth) 12641Flush(_flushDepth); 12651Flush(_flushDepth);