16 references to OwnerInternal
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
4369
for (Form? form = f; form is not null; form = form.
OwnerInternal
)
System\Windows\Forms\Form.cs (15)
1631
get =>
OwnerInternal
;
1634
Form? ownerOld =
OwnerInternal
;
2822
if (ownedForm.
OwnerInternal
!= this)
3342
if (!ShowInTaskbar &&
OwnerInternal
is null && TopLevel)
3656
if ((
OwnerInternal
is not null) || (dialogOwner is not null))
3660
: new(
OwnerInternal
!);
3895
if (
OwnerInternal
is not null)
3897
desktop = Screen.FromControl(
OwnerInternal
);
4924
if (ownedForm.
OwnerInternal
is not null)
5403
Form? oldOwner =
OwnerInternal
;
5615
Form? oldOwner =
OwnerInternal
;
5694
if (
OwnerInternal
is not null &&
5695
OwnerInternal
.IsMdiContainer)
5697
OwnerInternal
.Invalidate(true);
5698
OwnerInternal
.Update();