2 references to MINSIZE
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (2)
549
int minHeight = Math.Max(targetControl.MinimumSize.Height,
MINSIZE
);
550
int minWidth = Math.Max(targetControl.MinimumSize.Width,
MINSIZE
);