2 writes to s_checkImage
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (2)
1351s_checkImage = null; 1369s_checkImage = bitmap;
5 references to s_checkImage
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (5)
1348if (s_checkImage is null || s_checkImage.Width != fullSize.Width || s_checkImage.Height != fullSize.Height) 1350s_checkImage?.Dispose(); 1375s_checkImage,