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