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