2 writes to t_frameBrushActive
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2085t_frameBrushActive = null; 2115t_frameBrushActive = new TextureBrush(bitmap);
4 references to t_frameBrushActive
System.Windows.Forms (4)
System\Windows\Forms\Rendering\ControlPaint.cs (4)
2080if (t_frameBrushActive is null || !s_frameColorActive.Equals(brushColor)) 2082if (t_frameBrushActive is not null) 2084t_frameBrushActive.Dispose(); 2118return t_frameBrushActive;