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)
143Point controlLocation = new(dragLoc.X - _parentLocation.X, dragLoc.Y - _parentLocation.Y); 890_parentLocation.Offset(-parentControl.Width, 0);