Base:
property
ParentInternal
System.Windows.Forms.Control.ParentInternal
2 writes to ParentInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
1913ParentInternal = null; 1933ParentInternal = value.MdiClient;
9 references to ParentInternal
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Control.cs (2)
5685if (lastOwner.ParentInternal != null) { 5686CheckParentingCycle(lastOwner.ParentInternal, toFind);
winforms\Managed\System\WinForms\Form.cs (7)
713Control toLayout = DesignMode || ParentInternal == null ? this : ParentInternal; 1899if (value == formMdiParent && (value != null || ParentInternal == null)) { 1941if (ParentInternal.IsHandleCreated && IsMdiChild && IsHandleCreated) { 2710if (ParentInternal != null && ParentInternal.Visible) { 5916&& ParentInternal == null) {