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