10 references to InitLayout
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Button.cs (1)
96
ParentInternal.LayoutEngine.
InitLayout
(this, BoundsSpecified.Size);
winforms\Managed\System\WinForms\Control.cs (5)
960
ParentInternal.LayoutEngine.
InitLayout
(this, BoundsSpecified.Size);
5534
if (ParentInternal != null) ParentInternal.LayoutEngine.
InitLayout
(this, BoundsSpecified.All);
7120
LayoutEngine.
InitLayout
(this, BoundsSpecified.All);
11223
LayoutEngine.
InitLayout
(controlsCollection[i], BoundsSpecified.All);
11925
ParentInternal.LayoutEngine.
InitLayout
(this, specified);
winforms\Managed\System\WinForms\Form.cs (1)
720
toLayout.LayoutEngine.
InitLayout
(this, BoundsSpecified.Size);
winforms\Managed\System\WinForms\GroupBox.cs (1)
142
ParentInternal.LayoutEngine.
InitLayout
(this, BoundsSpecified.Size);
winforms\Managed\System\WinForms\Panel.cs (1)
113
ParentInternal.LayoutEngine.
InitLayout
(this, BoundsSpecified.Size);
winforms\Managed\System\WinForms\UserControl.cs (1)
114
toLayout.LayoutEngine.
InitLayout
(this, BoundsSpecified.Size);