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