2 writes to _trackColAnchor
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
2496
_trackColAnchor
= x;
2760
_trackColAnchor
= mouseX;
2 references to _trackColAnchor
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
6122
if (
_trackColAnchor
!= newX && delta != 0)
6305
if (
_trackColAnchor
!= x && delta != 0)