Base:
property
MinimumSize
System.Windows.Forms.Control.MinimumSize
2 references to MinimumSize
System.Windows.Forms.Design (2)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (2)
161requestedSize.Width = Math.Max(requestedSize.Width, MinimumSize.Width); 173ClientSize = new Size(ClientSize.Width + requestedDelta, MinimumSize.Height);