4 writes to lastColSplitBar
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
6318
this.
lastColSplitBar
= this.currentColSplitBar = -1;
10674
this.
lastColSplitBar
= this.currentColSplitBar;
25982
this.
lastColSplitBar
= this.currentColSplitBar = -1;
26006
this.
lastColSplitBar
= this.currentColSplitBar = -1;
2 references to lastColSplitBar
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
2796
Debug.Assert(this.
lastColSplitBar
== -1);
10676
Rectangle lastSplitBarRect = CalcColResizeFeedbackRect(this.
lastColSplitBar
);