2 writes to t_gridBrush
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1544t_gridBrush = null; 1566t_gridBrush = new TextureBrush(bitmap);
3 references to t_gridBrush
System.Windows.Forms (3)
System\Windows\Forms\Rendering\ControlPaint.cs (3)
1540if (t_gridBrush is null || s_gridSize.Width != pixelsBetweenDots.Width 1543t_gridBrush?.Dispose(); 1569graphics.FillRectangle(t_gridBrush, area);