16 references to WS_EX_LAYOUTRTL
System.Windows.Forms (16)
winforms\Managed\System\WinForms\Control.cs (3)
3174
SetState(STATE_MIRRORED, (cp.ExStyle & NativeMethods.
WS_EX_LAYOUTRTL
) != 0);
5801
SetState(STATE_MIRRORED, (cp.ExStyle & NativeMethods.
WS_EX_LAYOUTRTL
) != 0);
12752
SetState(STATE_MIRRORED, (cp.ExStyle & NativeMethods.
WS_EX_LAYOUTRTL
) != 0);
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
485
cp.ExStyle |= NativeMethods.
WS_EX_LAYOUTRTL
;
1639
style |= NativeMethods.
WS_EX_LAYOUTRTL
| NativeMethods.WS_EX_NOINHERITLAYOUT;
winforms\Managed\System\WinForms\Form.cs (1)
1076
cp.ExStyle |= NativeMethods.
WS_EX_LAYOUTRTL
| NativeMethods.WS_EX_NOINHERITLAYOUT;
winforms\Managed\System\WinForms\ListView.cs (1)
759
cp.ExStyle |= NativeMethods.
WS_EX_LAYOUTRTL
;
winforms\Managed\System\WinForms\MDIClient.cs (1)
129
cp.ExStyle |= NativeMethods.
WS_EX_LAYOUTRTL
| NativeMethods.WS_EX_NOINHERITLAYOUT;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
448
cp.ExStyle |= NativeMethods.
WS_EX_LAYOUTRTL
;
winforms\Managed\System\WinForms\ProgressBar.cs (1)
104
cp.ExStyle |= NativeMethods.
WS_EX_LAYOUTRTL
;
winforms\Managed\System\WinForms\StatusStrip.cs (1)
611
cp.ExStyle |= NativeMethods.
WS_EX_LAYOUTRTL
;
winforms\Managed\System\WinForms\TabControl.cs (1)
388
cp.ExStyle |= NativeMethods.
WS_EX_LAYOUTRTL
| NativeMethods.WS_EX_NOINHERITLAYOUT;
winforms\Managed\System\WinForms\ToolTip.cs (2)
1210
bool 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)
225
cp.ExStyle |= NativeMethods.
WS_EX_LAYOUTRTL
| NativeMethods.WS_EX_NOINHERITLAYOUT;
winforms\Managed\System\WinForms\TreeView.cs (1)
408
cp.ExStyle |= NativeMethods.
WS_EX_LAYOUTRTL
;