1 write to gridSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
1467
gridSize
= pixelsBetweenDots;
2 references to gridSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ControlPaint.cs (2)
1459
if (gridBrush == null ||
gridSize
.Width != pixelsBetweenDots.Width
1460
||
gridSize
.Height != pixelsBetweenDots.Height || invert != gridInvert) {