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)
31get => _flowLayoutSettings.FlowDirection; 34_flowLayoutSettings.FlowDirection = value; 45get => _flowLayoutSettings.WrapContents; 48_flowLayoutSettings.WrapContents = value; 61return _flowLayoutSettings.GetFlowBreak(control); 69_flowLayoutSettings.SetFlowBreak(control, value);