Base:
method
LayoutControls
System.ComponentModel.Design.DesignerActionPanel.Line.LayoutControls(System.Int32, System.Int32, System.Boolean)
1 override of LayoutControls
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
170public override Size LayoutControls(int top, int width, bool measureOnly)
1 reference to LayoutControls
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
172Size size = base.LayoutControls(top, width, measureOnly);