6 references to Left
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
10659if (align == LeftRightAlignment.Left) 10665return 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 (1)
872if (updownAlign == LeftRightAlignment.Left)
System\Windows\Forms\SystemInformation.cs (1)
619? LeftRightAlignment.Left : LeftRightAlignment.Right;