2 writes to t_gridBrush
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1551t_gridBrush = null; 1573t_gridBrush = new TextureBrush(bitmap);
3 references to t_gridBrush
System.Windows.Forms (3)
System\Windows\Forms\Rendering\ControlPaint.cs (3)
1547if (t_gridBrush is null || s_gridSize.Width != pixelsBetweenDots.Width 1550t_gridBrush?.Dispose(); 1576graphics.FillRectangle(t_gridBrush, area);