4 references to SetWrapContents
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FlowLayoutSettings.cs (1)
44FlowLayout.SetWrapContents(Owner, value);
winforms\Managed\System\WinForms\ToolStripOverflow.cs (2)
131FlowLayout.SetWrapContents(this, false); 139FlowLayout.SetWrapContents(this, true);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
483FlowLayout.SetWrapContents(this, false);