6 overrides of LayoutControls
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
34
public override Size
LayoutControls
(int top, int width, bool measureOnly)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
43
public override Size
LayoutControls
(int top, int width, bool measureOnly)
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
54
public override Size
LayoutControls
(int top, int width, bool measureOnly)
System\ComponentModel\Design\DesignerActionPanel.SeparatorLine.cs (1)
24
public override Size
LayoutControls
(int top, int width, bool measureOnly) => new(MinimumWidth, 1);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
90
public override Size
LayoutControls
(int top, int width, bool measureOnly)
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
38
public override Size
LayoutControls
(int top, int width, bool measureOnly)
1 reference to LayoutControls
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
380
Size size = line.
LayoutControls
(yPos, proposedSize.Width, measureOnly);