4 references to DATAGRIDVIEWCOLUMN_automaticSort
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (4)
952
if ((this.flags &
DATAGRIDVIEWCOLUMN_automaticSort
) != 0x00)
982
this.flags |= (byte)
DATAGRIDVIEWCOLUMN_automaticSort
;
986
this.flags = (byte)(this.flags & ~
DATAGRIDVIEWCOLUMN_automaticSort
);
992
this.flags = (byte)(this.flags & ~
DATAGRIDVIEWCOLUMN_automaticSort
);