7 references to DATAGRIDVIEW_rowSizingHotZone
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (7)
9428else if (this.layout.TopLeftHeader.Top + this.layout.TopLeftHeader.Height - y < DATAGRIDVIEW_rowSizingHotZone) 9531else if (this.layout.ColumnHeaders.Bottom - y < DATAGRIDVIEW_rowSizingHotZone) 9564if (yRowTopEdge + rowHeight - y < DATAGRIDVIEW_rowSizingHotZone) 9574else if (y - yRowTopEdge < DATAGRIDVIEW_rowSizingHotZone) 9727if (yRowTopEdge + rowHeight - y < DATAGRIDVIEW_rowSizingHotZone) 9735else if (y - yRowTopEdge < DATAGRIDVIEW_rowSizingHotZone) 9762else if (y - yRowTopEdge < DATAGRIDVIEW_rowSizingHotZone)