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