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