2 writes to _trackColAnchor
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
2497
_trackColAnchor
= x;
2761
_trackColAnchor
= mouseX;
2 references to _trackColAnchor
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
6125
if (
_trackColAnchor
!= newX && delta != 0)
6308
if (
_trackColAnchor
!= x && delta != 0)