4 references to AutomaticSort
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (4)
705
if ((_flags &
AutomaticSort
) != 0x00)
736
_flags |=
AutomaticSort
;
740
_flags = (byte)(_flags & ~
AutomaticSort
);
746
_flags = (byte)(_flags & ~
AutomaticSort
);