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