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