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