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