15 references to WS_EX_RIGHT
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
201
cp.ExStyle &= ~NativeMethods.
WS_EX_RIGHT
; // WS_EX_RIGHT overrides the BS_XXXX alignment styles
winforms\Managed\System\WinForms\Control.cs (1)
1906
cp.ExStyle |= NativeMethods.
WS_EX_RIGHT
;
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
487
cp.ExStyle &= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.
WS_EX_RIGHT
| NativeMethods.WS_EX_LEFTSCROLLBAR);
1640
style &= ~(NativeMethods.
WS_EX_RIGHT
| NativeMethods.WS_EX_RTLREADING);
winforms\Managed\System\WinForms\Form.cs (1)
1078
cp.ExStyle &= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.
WS_EX_RIGHT
| NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\Label.cs (1)
334
cp.ExStyle &= ~NativeMethods.
WS_EX_RIGHT
; // WS_EX_RIGHT overrides the SS_XXXX alignment styles
winforms\Managed\System\WinForms\ListView.cs (1)
761
cp.ExStyle &= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.
WS_EX_RIGHT
| NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
351
cp.ExStyle &= ~NativeMethods.
WS_EX_RIGHT
; // WS_EX_RIGHT overrides the ES_XXXX alignment styles
winforms\Managed\System\WinForms\MDIClient.cs (1)
131
cp.ExStyle &= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.
WS_EX_RIGHT
| NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
450
cp.ExStyle &= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.
WS_EX_RIGHT
| NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\ProgressBar.cs (1)
106
cp.ExStyle &= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.
WS_EX_RIGHT
| NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\TabControl.cs (1)
390
cp.ExStyle &= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.
WS_EX_RIGHT
| NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\TextBox.cs (1)
335
cp.ExStyle &= ~NativeMethods.
WS_EX_RIGHT
; // WS_EX_RIGHT overrides the ES_XXXX alignment styles
winforms\Managed\System\WinForms\TrackBar.cs (1)
227
cp.ExStyle &= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.
WS_EX_RIGHT
| NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\TreeView.cs (1)
410
cp.ExStyle &= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.
WS_EX_RIGHT
| NativeMethods.WS_EX_LEFTSCROLLBAR);