2 writes to t_gridBrush
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1525t_gridBrush = null; 1548t_gridBrush = new TextureBrush(bitmap);
4 references to t_gridBrush
System.Windows.Forms (4)
System\Windows\Forms\Rendering\ControlPaint.cs (4)
1519if (t_gridBrush is null || s_gridSize.Width != pixelsBetweenDots.Width 1522if (t_gridBrush is not null) 1524t_gridBrush.Dispose(); 1551graphics.FillRectangle(t_gridBrush, area);