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