Base:
property
ParentInternal
System.Windows.Forms.Control.ParentInternal
2 writes to ParentInternal
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
1477ParentInternal = null; 1501ParentInternal = value.MdiClient;
9 references to ParentInternal
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (2)
4383if (lastOwner.ParentInternal is not null) 4385CheckParentingCycle(lastOwner.ParentInternal, toFind);
System\Windows\Forms\Form.cs (7)
546Control toLayout = DesignMode || ParentInternal is null ? this : ParentInternal; 1460if (value == formMdiParent && (value is not null || ParentInternal is null)) 1509if (ParentInternal.IsHandleCreated && IsMdiChild && IsHandleCreated) 2135if (ParentInternal is not null && ParentInternal.Visible) 5245&& ParentInternal is null)