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