10 references to InitLayout
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (5)
729
parent.LayoutEngine.
InitLayout
(this, BoundsSpecified.Size);
4531
ParentInternal?.LayoutEngine.
InitLayout
(this, BoundsSpecified.All);
6076
LayoutEngine.
InitLayout
(this, BoundsSpecified.All);
10275
LayoutEngine.
InitLayout
(child, BoundsSpecified.All);
10951
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)
554
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);