5 references to WS_EX_NOINHERITLAYOUT
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
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\MDIClient.cs (1)
129
cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL | NativeMethods.
WS_EX_NOINHERITLAYOUT
;
winforms\Managed\System\WinForms\TabControl.cs (1)
388
cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL | NativeMethods.
WS_EX_NOINHERITLAYOUT
;
winforms\Managed\System\WinForms\TrackBar.cs (1)
225
cp.ExStyle |= NativeMethods.WS_EX_LAYOUTRTL | NativeMethods.
WS_EX_NOINHERITLAYOUT
;