Base:
property
ParentInternal
System.Windows.Forms.Control.ParentInternal
2 writes to ParentInternal
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
1473ParentInternal = null; 1497ParentInternal = value.MdiClient;
9 references to ParentInternal
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (2)
4686if (lastOwner.ParentInternal is not null) 4688CheckParentingCycle(lastOwner.ParentInternal, toFind);
System\Windows\Forms\Form.cs (7)
545Control toLayout = DesignMode || ParentInternal is null ? this : ParentInternal; 1456if (value == formMdiParent && (value is not null || ParentInternal is null)) 1505if (ParentInternal.IsHandleCreated && IsMdiChild && IsHandleCreated) 2215if (ParentInternal is not null && ParentInternal.Visible) 5332&& ParentInternal is null)