8 references to LeftToRight
System.Windows.Forms (8)
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (1)
38[DefaultValue(FlowDirection.LeftToRight)]
winforms\Managed\System\WinForms\FlowLayoutSettings.cs (1)
27[DefaultValue(FlowDirection.LeftToRight)]
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (2)
86case FlowDirection.LeftToRight: 293if (!ClientUtils.IsEnumValid(value, (int)value, (int)FlowDirection.LeftToRight, (int)FlowDirection.BottomUp)){
winforms\Managed\System\WinForms\ToolStripOverflow.cs (2)
135if (FlowLayout.GetFlowDirection(this) != FlowDirection.LeftToRight) { 136FlowLayout.SetFlowDirection(this, FlowDirection.LeftToRight);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
481FlowLayout.SetFlowDirection(this, FlowDirection.LeftToRight);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
931FlowLayoutSettings.FlowDirection = FlowDirection.LeftToRight;