2 writes to t_frameBrushActive
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2141
t_frameBrushActive
= null;
2170
t_frameBrushActive
= new TextureBrush(bitmap);
3 references to t_frameBrushActive
System.Windows.Forms (3)
System\Windows\Forms\Rendering\ControlPaint.cs (3)
2138
if (
t_frameBrushActive
is null || !s_frameColorActive.Equals(brushColor))
2140
t_frameBrushActive
?.Dispose();
2173
return
t_frameBrushActive
;