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