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
);
5035
if (ownedForm.
OwnerInternal
is not null)
5514
Form? oldOwner =
OwnerInternal
;
5753
Form? oldOwner =
OwnerInternal
;
5832
if (
OwnerInternal
is not null &&
5833
OwnerInternal
.IsMdiContainer)
5835
OwnerInternal
.Invalidate(true);
5836
OwnerInternal
.Update();