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