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)
142
settings.
SetFlowBreak
(child, value);
150
settings.
SetFlowBreak
(child, value);
158
settings.
SetFlowBreak
(child, !value);
198
settings.
SetFlowBreak
(child, value);
207
settings.
SetFlowBreak
(child, value);
216
settings.
SetFlowBreak
(child, !value);
239
Assert.Throws<ArgumentNullException>("child", () => settings.
SetFlowBreak
(null, value));
251
Assert.Throws<NotSupportedException>(() => settings.
SetFlowBreak
(new object(), value));