1 write to _parentLocation
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
274_parentLocation = _behaviorService.ControlToAdornerWindow(control);
2 references to _parentLocation
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (2)
275_parentLocation.X -= control.Location.X; 276_parentLocation.Y -= control.Location.Y;