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