2 writes to t_checkImage
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1365t_checkImage = null; 1379t_checkImage = bitmap;
6 references to t_checkImage
System.Windows.Forms (6)
System\Windows\Forms\Rendering\ControlPaint.cs (6)
1360if (t_checkImage is null || t_checkImage.Width != rectangle.Width || t_checkImage.Height != rectangle.Height) 1362if (t_checkImage is not null) 1364t_checkImage.Dispose(); 1383DrawImageColorized(graphics, t_checkImage, rectangle, foreground);