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