16 references to OwnerInternal
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
4370
for (Form? form = f; form is not null; form = form.
OwnerInternal
)
System\Windows\Forms\Form.cs (15)
1631
get =>
OwnerInternal
;
1634
Form? ownerOld =
OwnerInternal
;
2825
if (ownedForm.
OwnerInternal
!= this)
3345
if (!ShowInTaskbar &&
OwnerInternal
is null && TopLevel)
3659
if ((
OwnerInternal
is not null) || (dialogOwner is not null))
3663
: new(
OwnerInternal
!);
3898
if (
OwnerInternal
is not null)
3900
desktop = Screen.FromControl(
OwnerInternal
);
4927
if (ownedForm.
OwnerInternal
is not null)
5409
Form? oldOwner =
OwnerInternal
;
5621
Form? oldOwner =
OwnerInternal
;
5700
if (
OwnerInternal
is not null &&
5701
OwnerInternal
.IsMdiContainer)
5703
OwnerInternal
.Invalidate(true);
5704
OwnerInternal
.Update();