5 references to GRIDSTATE_trackColResize
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGrid.cs (5)
4220if (gridState[GRIDSTATE_trackColResize]) { 4229if (gridState[GRIDSTATE_trackColResize] || location.type == HitTestType.ColumnResize) 4322if (gridState[GRIDSTATE_trackColResize]) { 4331gridState[GRIDSTATE_trackColResize] = false; 4903gridState[GRIDSTATE_trackColResize] = true;