3 references to WS_EX_MDICHILD
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
4607
Debug.Assert((cp.ExStyle & (int)WINDOW_EX_STYLE.
WS_EX_MDICHILD
) == 0, "Can't put MDI child forms on the parking form");
4762
.HasFlag(WINDOW_EX_STYLE.
WS_EX_MDICHILD
))
System\Windows\Forms\Form.cs (1)
816
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_MDICHILD
;