3 references to DATAGRIDVIEWCOLUMN_displayIndexHasChangedInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (3)
413return (this.flags & DATAGRIDVIEWCOLUMN_displayIndexHasChangedInternal) != 0; 419this.flags |= (byte) DATAGRIDVIEWCOLUMN_displayIndexHasChangedInternal; 423this.flags = (byte)(this.flags & ~DATAGRIDVIEWCOLUMN_displayIndexHasChangedInternal);