3 writes to _flags
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (3)
34_flags = CellValueIsIcon; 152_flags |= CellValueIsIcon; 156_flags = (byte)(_flags & ~CellValueIsIcon);
2 references to _flags
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (2)
123get => ((_flags & CellValueIsIcon) != 0x00); 156_flags = (byte)(_flags & ~CellValueIsIcon);