2 writes to t_frameBrushActive
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2089
t_frameBrushActive
= null;
2119
t_frameBrushActive
= new TextureBrush(bitmap);
4 references to t_frameBrushActive
System.Windows.Forms (4)
System\Windows\Forms\Rendering\ControlPaint.cs (4)
2084
if (
t_frameBrushActive
is null || !s_frameColorActive.Equals(brushColor))
2086
if (
t_frameBrushActive
is not null)
2088
t_frameBrushActive
.Dispose();
2122
return
t_frameBrushActive
;