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