7 references to GetWrapContents
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1310
closeOnHorizontalKey = FlowLayout.GetFlowDirection(this) == FlowDirection.TopDown && !FlowLayout.
GetWrapContents
(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflow.cs (2)
108
if (FlowLayout.
GetWrapContents
(this))
120
if (!FlowLayout.
GetWrapContents
(this))
System\Windows\Forms\Layout\FlowLayout.cs (3)
56
bool wrapContents =
GetWrapContents
(container);
170
bool wrapContents =
GetWrapContents
(containerProxy.Container);
288
Debug.Assert(
GetWrapContents
(container) == value, "GetWrapContents should return the same value as we set");
System\Windows\Forms\Panels\FlowLayoutSettings.cs (1)
37
get => FlowLayout.
GetWrapContents
(Owner!);