1 reference to MinControlWidth
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIHandler.cs (1)
484
Size size = new(Math.Max(
MinControlWidth
, newBounds.Width), Math.Max(MinControlHeight, newBounds.Height));