5 references to SetFlowDirection
System.Windows.Forms (5)
winforms\Managed\System\WinForms\FlowLayoutSettings.cs (1)
32FlowLayout.SetFlowDirection(Owner, value);
winforms\Managed\System\WinForms\ToolStripOverflow.cs (2)
128FlowLayout.SetFlowDirection(this, FlowDirection.TopDown); 136FlowLayout.SetFlowDirection(this, FlowDirection.LeftToRight);
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
478FlowLayout.SetFlowDirection(this, FlowDirection.TopDown); 481FlowLayout.SetFlowDirection(this, FlowDirection.LeftToRight);