1 override of DefaultControlLocation
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\GroupBoxDesigner.cs (1)
22
protected override Point
DefaultControlLocation
5 references to DefaultControlLocation
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ParentControlDesigner.cs (5)
490
bounds.X =
DefaultControlLocation
.X;
491
bounds.Y =
DefaultControlLocation
.Y;
925
centeredLocation.X =
DefaultControlLocation
.X;
926
centeredLocation.Y =
DefaultControlLocation
.Y;
1103
Point minimumLocation =
DefaultControlLocation
;