2 types derived from LayoutSettings
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FlowLayoutSettings.cs (1)
16
public class FlowLayoutSettings :
LayoutSettings
{
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
29
public sealed class TableLayoutSettings :
LayoutSettings
, ISerializable {
5 references to LayoutSettings
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
65
private
LayoutSettings
layoutSettings = null;
1318
public
LayoutSettings
LayoutSettings {
1956
protected virtual
LayoutSettings
CreateLayoutSettings(ToolStripLayoutStyle layoutStyle) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
1136
protected override
LayoutSettings
CreateLayoutSettings(ToolStripLayoutStyle style) {
1137
LayoutSettings
layoutSettings = base.CreateLayoutSettings(style);