9 references to CalcRowResizeFeedbackRect
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (9)
2445
Invalidate(
CalcRowResizeFeedbackRect
(_currentRowSplitBar));
2784
Invalidate(
CalcRowResizeFeedbackRect
(_currentRowSplitBar));
5695
Rectangle r =
CalcRowResizeFeedbackRect
(mouseY);
6042
Invalidate(
CalcRowResizeFeedbackRect
(_currentRowSplitBar), true);
6319
Invalidate(
CalcRowResizeFeedbackRect
(_currentRowSplitBar), true);
10428
Rectangle lastSplitBarRect =
CalcRowResizeFeedbackRect
(_lastRowSplitBar);
10442
Invalidate(
CalcRowResizeFeedbackRect
(_currentRowSplitBar));
16683
clipRect = Rectangle.Union(clipRect,
CalcRowResizeFeedbackRect
(_currentRowSplitBar));
25848
Invalidate(
CalcRowResizeFeedbackRect
(_currentRowSplitBar), true);