2 writes to _luThreshold
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11996
_luThreshold
= s_DefaultLayoutUpdatedThreshold;
12019
_luThreshold
= (luThreshold <= 0) ? int.MaxValue : luThreshold;
1 reference to _luThreshold
PresentationFramework (1)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
12377
if (++_luCount >
_luThreshold
)