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