2 writes to s_checkImage
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (2)
1353s_checkImage = null; 1372s_checkImage = bitmap;
6 references to s_checkImage
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (6)
1348if (s_checkImage is null || s_checkImage.Width != fullSize.Width || s_checkImage.Height != fullSize.Height) 1350if (s_checkImage is not null) 1352s_checkImage.Dispose(); 1378s_checkImage,