9 references to DATAGRIDVIEWOPER_trackRowResize
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridView.cs (2)
252private const int DATAGRIDVIEWOPER_mouseOperationMask = DATAGRIDVIEWOPER_trackColResize | DATAGRIDVIEWOPER_trackRowResize | 3680this.dataGridViewOper[DATAGRIDVIEWOPER_trackRowResize] ||
winforms\Managed\System\WinForms\DataGridViewMethods.cs (7)
2814this.dataGridViewOper[DATAGRIDVIEWOPER_trackRowResize] = true; 16320!this.dataGridViewOper[DATAGRIDVIEWOPER_trackRowResize] && 16406!this.dataGridViewOper[DATAGRIDVIEWOPER_trackRowResize] && 16622else if (this.dataGridViewOper[DATAGRIDVIEWOPER_trackRowResize]) 16661else if (this.dataGridViewOper[DATAGRIDVIEWOPER_trackRowResize] || 16843if (this.dataGridViewOper[DATAGRIDVIEWOPER_trackRowResize]) 20094Debug.Assert(this.dataGridViewOper[DATAGRIDVIEWOPER_trackColHeadersResize] || this.dataGridViewOper[DATAGRIDVIEWOPER_trackRowResize]);