7 references to RowSizingHotZone
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
9321else if (_layout.TopLeftHeader.Top + _layout.TopLeftHeader.Height - y < RowSizingHotZone) 9398else if (_layout.ColumnHeaders.Bottom - y < RowSizingHotZone) 9425if (yRowTopEdge + rowHeight - y < RowSizingHotZone) 9435else if (y - yRowTopEdge < RowSizingHotZone) 9567if (yRowTopEdge + rowHeight - y < RowSizingHotZone) 9575else if (y - yRowTopEdge < RowSizingHotZone) 9603else if (y - yRowTopEdge < RowSizingHotZone)