3 writes to _luCount
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
12240
if (++
_luCount
> _luThreshold)
12250
_luCount
= -1; // meaning "inactive"
12256
_luCount
= 0;
1 reference to _luCount
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
12255
int luCount =
_luCount
;