16 references to OwnerInternal
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
4444
for (Form? form = f; form is not null; form = form.
OwnerInternal
)
System\Windows\Forms\Form.cs (15)
1628
get =>
OwnerInternal
;
1631
Form? ownerOld =
OwnerInternal
;
2900
if (ownedForm.
OwnerInternal
!= this)
3420
if (!ShowInTaskbar &&
OwnerInternal
is null && TopLevel)
3734
if ((
OwnerInternal
is not null) || (dialogOwner is not null))
3738
: new(
OwnerInternal
!);
3973
if (
OwnerInternal
is not null)
3975
desktop = Screen.FromControl(
OwnerInternal
);
5021
if (ownedForm.
OwnerInternal
is not null)
5500
Form? oldOwner =
OwnerInternal
;
5712
Form? oldOwner =
OwnerInternal
;
5791
if (
OwnerInternal
is not null &&
5792
OwnerInternal
.IsMdiContainer)
5794
OwnerInternal
.Invalidate(true);
5795
OwnerInternal
.Update();