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