2 writes to _anchor
System.Windows.Forms (2)
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
901_anchor = new Point(x, y); 940_anchor = Point.Empty;
4 references to _anchor
System.Windows.Forms (4)
System\Windows\Forms\Controls\Splitter\Splitter.cs (4)
774delta = x - _anchor.X; 778delta = y - _anchor.Y; 958int size = GetSplitSize(splitTarget, x - Left + _anchor.X, y - Top + _anchor.Y);