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)
42get { return _flowLayoutSettings.FlowDirection; } 44_flowLayoutSettings.FlowDirection = value; 55get { return _flowLayoutSettings.WrapContents; } 57_flowLayoutSettings.WrapContents = value; 73return _flowLayoutSettings.GetFlowBreak(control); 78_flowLayoutSettings.SetFlowBreak(control, value);