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