2 writes to t_frameBrushActive
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2147
t_frameBrushActive
= null;
2176
t_frameBrushActive
= new TextureBrush(bitmap);
3 references to t_frameBrushActive
System.Windows.Forms (3)
System\Windows\Forms\Rendering\ControlPaint.cs (3)
2144
if (
t_frameBrushActive
is null || !s_frameColorActive.Equals(brushColor))
2146
t_frameBrushActive
?.Dispose();
2179
return
t_frameBrushActive
;