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