2 writes to _anchor
System.Windows.Forms (2)
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
902
_anchor
= new Point(x, y);
941
_anchor
= Point.Empty;
4 references to _anchor
System.Windows.Forms (4)
System\Windows\Forms\Controls\Splitter\Splitter.cs (4)
775
delta = x -
_anchor
.X;
779
delta = y -
_anchor
.Y;
959
int size = GetSplitSize(splitTarget, x - Left +
_anchor
.X, y - Top +
_anchor
.Y);