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