16 references to OwnerInternal
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
4682
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
);
5066
if (ownedForm.
OwnerInternal
is not null)
5545
Form? oldOwner =
OwnerInternal
;
5784
Form? oldOwner =
OwnerInternal
;
5863
if (
OwnerInternal
is not null &&
5864
OwnerInternal
.IsMdiContainer)
5866
OwnerInternal
.Invalidate(true);
5867
OwnerInternal
.Update();