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