2 writes to anchor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Splitter.cs (2)
974
anchor
= new Point(x, y);
1019
anchor
= Point.Empty;
4 references to anchor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Splitter.cs (4)
839
delta = x -
anchor
.X;
842
delta = y -
anchor
.Y;
1039
int size = GetSplitSize(x-Left+
anchor
.X, y-Top+
anchor
.Y);