7 references to Left
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (2)
11388if (align == LeftRightAlignment.Left) 11394return LeftRightAlignment.Left;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
472[DefaultValue(LeftRightAlignment.Left)] 478get => (_style & PInvoke.DTS_RIGHTALIGN) != 0 ? LeftRightAlignment.Right : LeftRightAlignment.Left;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
975if (updownAlign == LeftRightAlignment.Left) 1055if (RtlTranslateLeftRight(UpDownAlign) == LeftRightAlignment.Left)
System\Windows\Forms\SystemInformation.cs (1)
619? LeftRightAlignment.Left : LeftRightAlignment.Right;