16 references to OwnerInternal
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
4465
for (Form? form = f; form is not null; form = form.
OwnerInternal
)
System\Windows\Forms\Form.cs (15)
1624
get =>
OwnerInternal
;
1627
Form? ownerOld =
OwnerInternal
;
2885
if (ownedForm.
OwnerInternal
!= this)
3405
if (!ShowInTaskbar &&
OwnerInternal
is null && TopLevel)
3710
if ((
OwnerInternal
is not null) || (dialogOwner is not null))
3714
: new(
OwnerInternal
!);
3949
if (
OwnerInternal
is not null)
3951
desktop = Screen.FromControl(
OwnerInternal
);
5001
if (ownedForm.
OwnerInternal
is not null)
5480
Form? oldOwner =
OwnerInternal
;
5719
Form? oldOwner =
OwnerInternal
;
5798
if (
OwnerInternal
is not null &&
5799
OwnerInternal
.IsMdiContainer)
5801
OwnerInternal
.Invalidate(true);
5802
OwnerInternal
.Update();