1 write to _flowLayoutSettings
System.Windows.Forms (1)
System\Windows\Forms\Panels\FlowLayoutPanel.cs (1)
20
_flowLayoutSettings
= new FlowLayoutSettings(this);
6 references to _flowLayoutSettings
System.Windows.Forms (6)
System\Windows\Forms\Panels\FlowLayoutPanel.cs (6)
31
get =>
_flowLayoutSettings
.FlowDirection;
34
_flowLayoutSettings
.FlowDirection = value;
45
get =>
_flowLayoutSettings
.WrapContents;
48
_flowLayoutSettings
.WrapContents = value;
61
return
_flowLayoutSettings
.GetFlowBreak(control);
69
_flowLayoutSettings
.SetFlowBreak(control, value);