2 overrides of LayoutEngine
System.Windows.Forms (2)
System\Windows\Forms\Panels\FlowLayoutSettings.cs (1)
17
public override LayoutEngine
LayoutEngine
=> FlowLayout.Instance;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
58
public override LayoutEngine
LayoutEngine
=> TableLayout.Instance;