4 references to DATAGRIDVIEWCHECKBOXCELL_threeState
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (4)
65this.flags = DATAGRIDVIEWCHECKBOXCELL_threeState; 376return ((this.flags & DATAGRIDVIEWCHECKBOXCELL_threeState) != 0x00); 406this.flags |= (byte)DATAGRIDVIEWCHECKBOXCELL_threeState; 410this.flags = (byte)(this.flags & ~DATAGRIDVIEWCHECKBOXCELL_threeState);