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