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