6 references to DATAGRIDVIEWCHECKBOXCELL_indeterminate
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (6)
93this.flags = (byte)(this.flags & ~DATAGRIDVIEWCHECKBOXCELL_indeterminate); 97this.flags |= (byte)DATAGRIDVIEWCHECKBOXCELL_indeterminate; 103this.flags = (byte)(this.flags & ~DATAGRIDVIEWCHECKBOXCELL_indeterminate); 117this.flags = (byte)(this.flags & ~DATAGRIDVIEWCHECKBOXCELL_indeterminate); 163else if ((this.flags & DATAGRIDVIEWCHECKBOXCELL_indeterminate) != 0x00) 1741else if ((this.flags & DATAGRIDVIEWCHECKBOXCELL_indeterminate) != 0x00)