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