2 writes to _flushDepth
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11995_flushDepth = 0; 12011_flushDepth = flushDepth;
5 references to _flushDepth
PresentationFramework (5)
System\Windows\Controls\VirtualizingStackPanel.cs (5)
12461if (_flushDepth < 0) 12463_traceList.Flush(_flushDepth); 12594if (_writer != null && depth <= _flushDepth) 12618Flush(_flushDepth); 12628Flush(_flushDepth);