7 references to GetWrapContents
System.Windows.Forms (7)
winforms\Managed\System\WinForms\FlowLayoutSettings.cs (1)
42get { return FlowLayout.GetWrapContents(Owner); }
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (3)
98bool wrapContents = GetWrapContents(container); 170bool wrapContents = GetWrapContents(containerProxy.Container); 284Debug.Assert(GetWrapContents(container) == value, "GetWrapContents should return the same value as we set");
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1537closeOnHorizontalKey = FlowLayout.GetFlowDirection(this) == FlowDirection.TopDown && !FlowLayout.GetWrapContents(this);
winforms\Managed\System\WinForms\ToolStripOverflow.cs (2)
130if (FlowLayout.GetWrapContents(this)) { 138if (!FlowLayout.GetWrapContents(this)) {