2 writes to t_checkImage
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1388t_checkImage = null; 1401t_checkImage = bitmap;
5 references to t_checkImage
System.Windows.Forms (5)
System\Windows\Forms\Rendering\ControlPaint.cs (5)
1385if (t_checkImage is null || t_checkImage.Width != rectangle.Width || t_checkImage.Height != rectangle.Height) 1387t_checkImage?.Dispose(); 1405DrawImageColorized(graphics, t_checkImage, rectangle, foreground);