3 references to Layout
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
7768bool parentRequiresLayout = LayoutEngine.Layout(this, levent);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
378bool parentNeedsLayout = LayoutEngine.Layout(this, e);
System\Windows\Forms\Layout\ArrangedElement.cs (1)
164protected virtual void OnLayout(LayoutEventArgs e) => LayoutEngine.Layout(this, e);