9 references to CalcRowResizeFeedbackRect
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (9)
2445
Invalidate(
CalcRowResizeFeedbackRect
(_currentRowSplitBar));
2787
Invalidate(
CalcRowResizeFeedbackRect
(_currentRowSplitBar));
5698
Rectangle r =
CalcRowResizeFeedbackRect
(mouseY);
6045
Invalidate(
CalcRowResizeFeedbackRect
(_currentRowSplitBar), true);
6322
Invalidate(
CalcRowResizeFeedbackRect
(_currentRowSplitBar), true);
10431
Rectangle lastSplitBarRect =
CalcRowResizeFeedbackRect
(_lastRowSplitBar);
10445
Invalidate(
CalcRowResizeFeedbackRect
(_currentRowSplitBar));
16686
clipRect = Rectangle.Union(clipRect,
CalcRowResizeFeedbackRect
(_currentRowSplitBar));
25851
Invalidate(
CalcRowResizeFeedbackRect
(_currentRowSplitBar), true);