1 write to _parentLocation
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
887
_parentLocation
= bhvSvc.MapAdornerWindowPoint(parentControl.Handle, Point.Empty);
3 references to _parentLocation
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (3)
143
Point controlLocation = new(dragLoc.X -
_parentLocation
.X, dragLoc.Y -
_parentLocation
.Y);
890
_parentLocation
.Offset(-parentControl.Width, 0);