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)
140settings.SetFlowBreak(child, value); 148settings.SetFlowBreak(child, value); 156settings.SetFlowBreak(child, !value); 196settings.SetFlowBreak(child, value); 205settings.SetFlowBreak(child, value); 214settings.SetFlowBreak(child, !value); 237Assert.Throws<ArgumentNullException>("child", () => settings.SetFlowBreak(null, value)); 249Assert.Throws<NotSupportedException>(() => settings.SetFlowBreak(new object(), value));