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