7 references to Right
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (2)
10661return LeftRightAlignment.Right; 10663else 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)
23private const LeftRightAlignment DefaultUpDownAlign = LeftRightAlignment.Right; 420[DefaultValue(LeftRightAlignment.Right)]
System\Windows\Forms\SystemInformation.cs (1)
619? LeftRightAlignment.Left : LeftRightAlignment.Right;