1 write to s_gridSize
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1528s_gridSize = pixelsBetweenDots;
2 references to s_gridSize
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1519if (t_gridBrush is null || s_gridSize.Width != pixelsBetweenDots.Width 1520|| s_gridSize.Height != pixelsBetweenDots.Height || invert != s_gridInvert)