16 references to OwnerInternal
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
4369for (Form? form = f; form is not null; form = form.OwnerInternal)
System\Windows\Forms\Form.cs (15)
1631get => OwnerInternal; 1634Form? ownerOld = OwnerInternal; 2822if (ownedForm.OwnerInternal != this) 3342if (!ShowInTaskbar && OwnerInternal is null && TopLevel) 3656if ((OwnerInternal is not null) || (dialogOwner is not null)) 3660: new(OwnerInternal!); 3895if (OwnerInternal is not null) 3897desktop = Screen.FromControl(OwnerInternal); 4924if (ownedForm.OwnerInternal is not null) 5403Form? oldOwner = OwnerInternal; 5615Form? oldOwner = OwnerInternal; 5694if (OwnerInternal is not null && 5695OwnerInternal.IsMdiContainer) 5697OwnerInternal.Invalidate(true); 5698OwnerInternal.Update();