3 references to Layout
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ArrangedElement.cs (1)
152bool parentNeedsLayout = LayoutEngine.Layout(this, e);
winforms\Managed\System\WinForms\Control.cs (1)
9133bool parentRequiresLayout = LayoutEngine.Layout(this, levent);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
371bool parentNeedsLayout = LayoutEngine.Layout(this, e);