2 writes to _flushDepth
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11991_flushDepth = 0; 12007_flushDepth = flushDepth;
5 references to _flushDepth
PresentationFramework (5)
System\Windows\Controls\VirtualizingStackPanel.cs (5)
12457if (_flushDepth < 0) 12459_traceList.Flush(_flushDepth); 12590if (_writer != null && depth <= _flushDepth) 12614Flush(_flushDepth); 12624Flush(_flushDepth);