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