7 references to Right
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (2)
11390return LeftRightAlignment.Right; 11392else if (align == LeftRightAlignment.Right)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
478get => (_style & PInvoke.DTS_RIGHTALIGN) != 0 ? LeftRightAlignment.Right : LeftRightAlignment.Left; 483SetStyleBit(value == LeftRightAlignment.Right, PInvoke.DTS_RIGHTALIGN);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
33private const LeftRightAlignment DefaultUpDownAlign = LeftRightAlignment.Right; 461[DefaultValue(LeftRightAlignment.Right)]
System\Windows\Forms\SystemInformation.cs (1)
619? LeftRightAlignment.Left : LeftRightAlignment.Right;