2 writes to flags
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
201this.flags = (byte)(this.flags & ~(DATAGRIDVIEWCELL_flagDataArea | DATAGRIDVIEWCELL_flagErrorArea)); 202this.flags |= value;
2 references to flags
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
197return (byte) (this.flags & (DATAGRIDVIEWCELL_flagDataArea | DATAGRIDVIEWCELL_flagErrorArea)); 201this.flags = (byte)(this.flags & ~(DATAGRIDVIEWCELL_flagDataArea | DATAGRIDVIEWCELL_flagErrorArea));