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