9 references to SetFlowBreak
System.Windows.Forms (1)
System\Windows\Forms\Panels\FlowLayoutPanel.cs (1)
69
_flowLayoutSettings.
SetFlowBreak
(control, value);
System.Windows.Forms.Tests (8)
System\Windows\Forms\FlowLayoutSettingsTests.cs (8)
140
settings.
SetFlowBreak
(child, value);
148
settings.
SetFlowBreak
(child, value);
156
settings.
SetFlowBreak
(child, !value);
196
settings.
SetFlowBreak
(child, value);
205
settings.
SetFlowBreak
(child, value);
214
settings.
SetFlowBreak
(child, !value);
237
Assert.Throws<ArgumentNullException>("child", () => settings.
SetFlowBreak
(null, value));
249
Assert.Throws<NotSupportedException>(() => settings.
SetFlowBreak
(new object(), value));