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