2 writes to t_gridBrush
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1521t_gridBrush = null; 1544t_gridBrush = new TextureBrush(bitmap);
4 references to t_gridBrush
System.Windows.Forms (4)
System\Windows\Forms\Rendering\ControlPaint.cs (4)
1515if (t_gridBrush is null || s_gridSize.Width != pixelsBetweenDots.Width 1518if (t_gridBrush is not null) 1520t_gridBrush.Dispose(); 1547graphics.FillRectangle(t_gridBrush, area);