2 writes to _anchor
System.Windows.Forms (2)
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
900
_anchor
= new Point(x, y);
939
_anchor
= Point.Empty;
4 references to _anchor
System.Windows.Forms (4)
System\Windows\Forms\Controls\Splitter\Splitter.cs (4)
773
delta = x -
_anchor
.X;
777
delta = y -
_anchor
.Y;
957
int size = GetSplitSize(splitTarget, x - Left +
_anchor
.X, y - Top +
_anchor
.Y);