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