12 references to WS_EX_RTLREADING
System.Windows.Forms (12)
winforms\Managed\System\WinForms\Control.cs (1)
1905cp.ExStyle |= NativeMethods.WS_EX_RTLREADING;
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\ListView.cs (1)
761cp.ExStyle &= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.WS_EX_RIGHT | NativeMethods.WS_EX_LEFTSCROLLBAR);
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\PropertyGridInternal\PropertyGridView.cs (1)
421return ((exStyle & NativeMethods.WS_EX_RTLREADING) != 0);
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\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);