2 writes to checkImage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (2)
1428checkImage = null; 1450checkImage = bitmap;
6 references to checkImage
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (6)
1423if (checkImage == null || checkImage.Width != fullSize.Width || checkImage.Height != fullSize.Height) 1425if (checkImage != null) 1427checkImage.Dispose(); 1453ControlPaint.DrawImageColorized(g, checkImage, fullSize, checkState == CheckState.Indeterminate ? ControlPaint.LightLight(foreBrush.Color) : foreBrush.Color);