16 references to OwnerInternal
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
4673for (Form? form = f; form is not null; form = form.OwnerInternal)
System\Windows\Forms\Form.cs (15)
1627get => OwnerInternal; 1630Form? ownerOld = OwnerInternal; 2888if (ownedForm.OwnerInternal != this) 3408if (!ShowInTaskbar && OwnerInternal is null && TopLevel) 3713if ((OwnerInternal is not null) || (dialogOwner is not null)) 3717: new(OwnerInternal!); 3958if (OwnerInternal is not null) 3960desktop = Screen.FromControl(OwnerInternal); 5017if (ownedForm.OwnerInternal is not null) 5496Form? oldOwner = OwnerInternal; 5735Form? oldOwner = OwnerInternal; 5814if (OwnerInternal is not null && 5815OwnerInternal.IsMdiContainer) 5817OwnerInternal.Invalidate(true); 5818OwnerInternal.Update();