Base:
property
ParentInternal
System.Windows.Forms.Control.ParentInternal
2 writes to ParentInternal
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
1470ParentInternal = null; 1494ParentInternal = value.MdiClient;
9 references to ParentInternal
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (2)
4478if (lastOwner.ParentInternal is not null) 4480CheckParentingCycle(lastOwner.ParentInternal, toFind);
System\Windows\Forms\Form.cs (7)
542Control toLayout = DesignMode || ParentInternal is null ? this : ParentInternal; 1453if (value == formMdiParent && (value is not null || ParentInternal is null)) 1502if (ParentInternal.IsHandleCreated && IsMdiChild && IsHandleCreated) 2212if (ParentInternal is not null && ParentInternal.Visible) 5316&& ParentInternal is null)