5 references to GRIDSTATE_trackRowResize
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGrid.cs (5)
4224if (gridState[GRIDSTATE_trackRowResize]) 4234else if ( gridState[GRIDSTATE_trackRowResize] || location.type == HitTestType.RowResize) 4326if (gridState[GRIDSTATE_trackRowResize]) 4332gridState[GRIDSTATE_trackRowResize] = false; 5107gridState[GRIDSTATE_trackRowResize] = true;