2 references to MinimumWidth
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
366
int panelWidth =
MinimumWidth
;
System\ComponentModel\Design\DesignerActionPanel.SeparatorLine.cs (1)
24
public override Size LayoutControls(int top, int width, bool measureOnly) => new(
MinimumWidth
, 1);