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