2 writes to _luThreshold
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
11867_luThreshold = s_DefaultLayoutUpdatedThreshold; 11889_luThreshold = (luThreshold <= 0) ? Int32.MaxValue : luThreshold;
1 reference to _luThreshold
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
12240if (++_luCount > _luThreshold)