16 references to OwnerInternal
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
4673
for (Form? form = f; form is not null; form = form.
OwnerInternal
)
System\Windows\Forms\Form.cs (15)
1627
get =>
OwnerInternal
;
1630
Form? ownerOld =
OwnerInternal
;
2888
if (ownedForm.
OwnerInternal
!= this)
3408
if (!ShowInTaskbar &&
OwnerInternal
is null && TopLevel)
3713
if ((
OwnerInternal
is not null) || (dialogOwner is not null))
3717
: new(
OwnerInternal
!);
3958
if (
OwnerInternal
is not null)
3960
desktop = Screen.FromControl(
OwnerInternal
);
5017
if (ownedForm.
OwnerInternal
is not null)
5496
Form? oldOwner =
OwnerInternal
;
5735
Form? oldOwner =
OwnerInternal
;
5814
if (
OwnerInternal
is not null &&
5815
OwnerInternal
.IsMdiContainer)
5817
OwnerInternal
.Invalidate(true);
5818
OwnerInternal
.Update();