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