16 references to WS_EX_LAYOUTRTL
System.Windows.Forms (16)
winforms\Managed\System\WinForms\Control.cs (3)
3174SetState(STATE_MIRRORED, (cp.ExStyle & NativeMethods.WS_EX_LAYOUTRTL) != 0); 5801SetState(STATE_MIRRORED, (cp.ExStyle & NativeMethods.WS_EX_LAYOUTRTL) != 0); 12752SetState(STATE_MIRRORED, (cp.ExStyle & NativeMethods.WS_EX_LAYOUTRTL) != 0);
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
485cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL; 1639style |= NativeMethods.WS_EX_LAYOUTRTL | NativeMethods.WS_EX_NOINHERITLAYOUT;
winforms\Managed\System\WinForms\Form.cs (1)
1076cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL | NativeMethods.WS_EX_NOINHERITLAYOUT;
winforms\Managed\System\WinForms\ListView.cs (1)
759cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL;
winforms\Managed\System\WinForms\MDIClient.cs (1)
129cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL | NativeMethods.WS_EX_NOINHERITLAYOUT;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
448cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL;
winforms\Managed\System\WinForms\ProgressBar.cs (1)
104cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL;
winforms\Managed\System\WinForms\StatusStrip.cs (1)
611cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL;
winforms\Managed\System\WinForms\TabControl.cs (1)
388cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL | NativeMethods.WS_EX_NOINHERITLAYOUT;
winforms\Managed\System\WinForms\ToolTip.cs (2)
1210bool isWindowMirrored = ((unchecked((int)(long)UnsafeNativeMethods.GetWindowLong(new HandleRef(this, hWnd), NativeMethods.GWL_STYLE)) & NativeMethods.WS_EX_LAYOUTRTL) == NativeMethods.WS_EX_LAYOUTRTL);
winforms\Managed\System\WinForms\TrackBar.cs (1)
225cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL | NativeMethods.WS_EX_NOINHERITLAYOUT;
winforms\Managed\System\WinForms\TreeView.cs (1)
408cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL;