7 references to GetFlowDirection
System.Windows.Forms (7)
winforms\Managed\System\WinForms\FlowLayoutSettings.cs (1)
30
get { return FlowLayout.
GetFlowDirection
(Owner); }
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (3)
97
FlowDirection flowDirection =
GetFlowDirection
(container);
143
return LayoutUtils.FlipSizeIf(flowDirection == FlowDirection.TopDown ||
GetFlowDirection
(container) == FlowDirection.BottomUp, layoutSize);
298
Debug.Assert(
GetFlowDirection
(container) == value, "GetFlowDirection 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)
127
if (FlowLayout.
GetFlowDirection
(this) != FlowDirection.TopDown) {
135
if (FlowLayout.
GetFlowDirection
(this) != FlowDirection.LeftToRight) {