3 references to DATAGRIDVIEWCOLUMN_isDataBound
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (3)
795return (this.flags & DATAGRIDVIEWCOLUMN_isDataBound) != 0; 801this.flags |= (byte)DATAGRIDVIEWCOLUMN_isDataBound; 805this.flags = (byte)(this.flags & ~DATAGRIDVIEWCOLUMN_isDataBound);