4 references to DATAGRIDVIEWCOLUMN_programmaticSort
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (4)
956
else if ((this.flags &
DATAGRIDVIEWCOLUMN_programmaticSort
) != 0x00)
981
this.flags = (byte)(this.flags & ~
DATAGRIDVIEWCOLUMN_programmaticSort
);
987
this.flags |= (byte)
DATAGRIDVIEWCOLUMN_programmaticSort
;
993
this.flags = (byte)(this.flags & ~
DATAGRIDVIEWCOLUMN_programmaticSort
);