2 writes to anchor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SplitContainer.cs (2)
2166
anchor
= new Point(x, y);
2242
anchor
= Point.Empty;
2 references to anchor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SplitContainer.cs (2)
1653
delta = x -
anchor
.X;
1656
delta = y -
anchor
.Y;