10 references to InitLayout
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (5)
719parent.LayoutEngine.InitLayout(this, BoundsSpecified.Size); 4315ParentInternal?.LayoutEngine.InitLayout(this, BoundsSpecified.All); 5852LayoutEngine.InitLayout(this, BoundsSpecified.All); 9546LayoutEngine.InitLayout(child, BoundsSpecified.All); 10222ParentInternal.LayoutEngine.InitLayout(this, specified);
System\Windows\Forms\Controls\Buttons\Button.cs (1)
67ParentInternal.LayoutEngine.InitLayout(this, BoundsSpecified.Size);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
103ParentInternal.LayoutEngine.InitLayout(this, BoundsSpecified.Size);
System\Windows\Forms\Form.cs (1)
551toLayout.LayoutEngine.InitLayout(this, BoundsSpecified.Size);
System\Windows\Forms\Panels\Panel.cs (1)
82ParentInternal.LayoutEngine.InitLayout(this, BoundsSpecified.Size);
System\Windows\Forms\UserControl.cs (1)
90toLayout.LayoutEngine.InitLayout(this, BoundsSpecified.Size);