Base:
property
ParentInternal
System.Windows.Forms.Control.ParentInternal
2 writes to ParentInternal
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
1474
ParentInternal
= null;
1498
ParentInternal
= value.MdiClient;
9 references to ParentInternal
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (2)
4452
if (lastOwner.
ParentInternal
is not null)
4454
CheckParentingCycle(lastOwner.
ParentInternal
, toFind);
System\Windows\Forms\Form.cs (7)
543
Control toLayout = DesignMode ||
ParentInternal
is null ? this :
ParentInternal
;
1457
if (value == formMdiParent && (value is not null ||
ParentInternal
is null))
1506
if (
ParentInternal
.IsHandleCreated && IsMdiChild && IsHandleCreated)
2213
if (
ParentInternal
is not null &&
ParentInternal
.Visible)
5336
&&
ParentInternal
is null)