2 writes to _flushDepth
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
11866_flushDepth = 0; 11880_flushDepth = flushDepth;
5 references to _flushDepth
PresentationFramework (5)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (5)
12328if (_flushDepth < 0) 12330_traceList.Flush(_flushDepth); 12463if (_writer != null && depth <= _flushDepth) 12487Flush(_flushDepth); 12497Flush(_flushDepth);