4 writes to lastRowSplitBar
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
6082this.lastRowSplitBar = this.currentRowSplitBar = -1; 6350this.lastRowSplitBar = this.currentRowSplitBar = -1; 10609this.lastRowSplitBar = this.currentRowSplitBar; 25977this.lastRowSplitBar = this.currentRowSplitBar = -1;
3 references to lastRowSplitBar
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
2472Debug.Assert(this.lastRowSplitBar == -1); 2819Debug.Assert(this.lastRowSplitBar == -1); 10611Rectangle lastSplitBarRect = CalcRowResizeFeedbackRect(this.lastRowSplitBar);