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)
774
delta = x -
_anchor
.X;
778
delta = y -
_anchor
.Y;
958
int size = GetSplitSize(splitTarget, x - Left +
_anchor
.X, y - Top +
_anchor
.Y);