4 references to AutomaticSort
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (4)
707
if ((_flags &
AutomaticSort
) != 0x00)
738
_flags |=
AutomaticSort
;
742
_flags = (byte)(_flags & ~
AutomaticSort
);
748
_flags = (byte)(_flags & ~
AutomaticSort
);