9 references to CalcRowResizeFeedbackRect
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (9)
2474
Invalidate(
CalcRowResizeFeedbackRect
(this.currentRowSplitBar));
2821
Invalidate(
CalcRowResizeFeedbackRect
(this.currentRowSplitBar));
5758
Rectangle r =
CalcRowResizeFeedbackRect
(mouseY);
6081
Invalidate(
CalcRowResizeFeedbackRect
(this.currentRowSplitBar), true);
6349
Invalidate(
CalcRowResizeFeedbackRect
(this.currentRowSplitBar), true);
10611
Rectangle lastSplitBarRect =
CalcRowResizeFeedbackRect
(this.lastRowSplitBar);
10622
Invalidate(
CalcRowResizeFeedbackRect
(this.currentRowSplitBar));
17127
clipRect = Rectangle.Union(clipRect,
CalcRowResizeFeedbackRect
(this.currentRowSplitBar));
25976
Invalidate(
CalcRowResizeFeedbackRect
(this.currentRowSplitBar), true);