28 references to IsMdiChild
System.Windows.Forms (28)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
910if (toplevelControl is Form mdiChild && mdiChild.IsMdiChild)
System\Windows\Forms\Form.ControlCollection.cs (1)
39if (_owner.IsMdiChild)
System\Windows\Forms\Form.cs (24)
799if (IsMdiChild) 822if (TopLevel || IsMdiChild) 1057return (WindowState == FormWindowState.Maximized || (IsMdiChild && (_formState[s_formStateMdiChildMax] == 1))); 1505if (ParentInternal.IsHandleCreated && IsMdiChild && IsHandleCreated) 2176if (!IsMdiChild) 2234if (value && !IsMdiChild && (WindowState == FormWindowState.Maximized || TopMost)) 2827if (IsMdiChild) 3355if (IsMdiChild && MdiParentInternal.IsHandleCreated) 3370if (IsMdiChild 3692if (IsMdiChild && Dock != DockStyle.None) 3701if (IsMdiChild) 3764if (IsMdiChild) 3833if (IsMdiChild) 3849if (IsMdiChild && 4161if (IsMdiChild) 4199_formStateEx[s_formStateExUseMdiChildProc] = (IsMdiChild && Visible) ? 1 : 0; 4798if (IsMdiChild && charCode != ' ') 4841if (IsMdiChild || ParentForm is null) 4919if (!IsMdiChild && (WindowState == FormWindowState.Minimized || WindowState == FormWindowState.Maximized)) 5145else if (IsMdiChild) 6891if (IsMdiChild) 6975if (IsMdiChild) 7074if (IsMdiChild && !ControlBox) 7081if (IsMdiChild && !ControlBox)
System\Windows\Forms\Form.RevealMode.cs (1)
195&& !IsMdiChild
System\Windows\Forms\MDI\MDIClient.ControlCollection.cs (1)
44if (value is not Form form || !form.IsMdiChild)