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;