1 write to _flowLayoutSettings
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (1)
28
_flowLayoutSettings
= FlowLayout.CreateSettings(this);
6 references to _flowLayoutSettings
System.Windows.Forms (6)
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (6)
42
get { return
_flowLayoutSettings
.FlowDirection; }
44
_flowLayoutSettings
.FlowDirection = value;
55
get { return
_flowLayoutSettings
.WrapContents; }
57
_flowLayoutSettings
.WrapContents = value;
73
return
_flowLayoutSettings
.GetFlowBreak(control);
78
_flowLayoutSettings
.SetFlowBreak(control, value);