7 references to RowSizingHotZone
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
9324else if (_layout.TopLeftHeader.Top + _layout.TopLeftHeader.Height - y < RowSizingHotZone) 9401else if (_layout.ColumnHeaders.Bottom - y < RowSizingHotZone) 9428if (yRowTopEdge + rowHeight - y < RowSizingHotZone) 9438else if (y - yRowTopEdge < RowSizingHotZone) 9570if (yRowTopEdge + rowHeight - y < RowSizingHotZone) 9578else if (y - yRowTopEdge < RowSizingHotZone) 9606else if (y - yRowTopEdge < RowSizingHotZone)