6 writes to currentRowSplitBar
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
2473
this.
currentRowSplitBar
= mouseY;
2820
this.
currentRowSplitBar
= mouseY;
6082
this.lastRowSplitBar = this.
currentRowSplitBar
= -1;
6350
this.lastRowSplitBar = this.
currentRowSplitBar
= -1;
10610
this.
currentRowSplitBar
= e.Y;
25977
this.lastRowSplitBar = this.
currentRowSplitBar
= -1;
14 references to currentRowSplitBar
System.Windows.Forms (14)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (14)
2474
Invalidate(CalcRowResizeFeedbackRect(this.
currentRowSplitBar
));
2821
Invalidate(CalcRowResizeFeedbackRect(this.
currentRowSplitBar
));
6079
if (this.
currentRowSplitBar
!= -1)
6081
Invalidate(CalcRowResizeFeedbackRect(this.
currentRowSplitBar
), true);
6347
if (this.
currentRowSplitBar
!= -1)
6349
Invalidate(CalcRowResizeFeedbackRect(this.
currentRowSplitBar
), true);
10609
this.lastRowSplitBar = this.
currentRowSplitBar
;
10622
Invalidate(CalcRowResizeFeedbackRect(this.
currentRowSplitBar
));
17125
if (this.
currentRowSplitBar
!= -1)
17127
clipRect = Rectangle.Union(clipRect, CalcRowResizeFeedbackRect(this.
currentRowSplitBar
));
20092
if (this.
currentRowSplitBar
!= -1)
20095
DrawRowSplitBar(this.
currentRowSplitBar
);
25974
if (this.
currentRowSplitBar
!= -1)
25976
Invalidate(CalcRowResizeFeedbackRect(this.
currentRowSplitBar
), true);