2 writes to trackColAnchor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
2522this.trackColAnchor = x; 2794this.trackColAnchor = mouseX;
2 references to trackColAnchor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
6159if (this.trackColAnchor != newX && delta != 0) 6332if (this.trackColAnchor != x && delta != 0)