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