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