3 references to WS_EX_MDICHILD
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (2)
5821
Debug.Assert((cp.ExStyle & NativeMethods.
WS_EX_MDICHILD
) == 0, "Can't put MDI child forms on the parking form");
5978
if (0 != (NativeMethods.
WS_EX_MDICHILD
& (int)(long)UnsafeNativeMethods.GetWindowLong(new HandleRef(window, InternalHandle), NativeMethods.GWL_EXSTYLE))) {
winforms\Managed\System\WinForms\Form.cs (1)
1052
cp.ExStyle |= NativeMethods.
WS_EX_MDICHILD
;