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)
86
case FlowDirection.
LeftToRight
:
293
if (!ClientUtils.IsEnumValid(value, (int)value, (int)FlowDirection.
LeftToRight
, (int)FlowDirection.BottomUp)){
winforms\Managed\System\WinForms\ToolStripOverflow.cs (2)
135
if (FlowLayout.GetFlowDirection(this) != FlowDirection.
LeftToRight
) {
136
FlowLayout.SetFlowDirection(this, FlowDirection.
LeftToRight
);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
481
FlowLayout.SetFlowDirection(this, FlowDirection.
LeftToRight
);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
931
FlowLayoutSettings.FlowDirection = FlowDirection.
LeftToRight
;