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