2 writes to _anchor
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
2091
_anchor
= new Point(x, y);
2154
_anchor
= Point.Empty;
2 references to _anchor
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
1491
delta = x -
_anchor
.X;
1495
delta = y -
_anchor
.Y;