16 references to OwnerInternal
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
4444for (Form? form = f; form is not null; form = form.OwnerInternal)
System\Windows\Forms\Form.cs (15)
1628get => OwnerInternal; 1631Form? ownerOld = OwnerInternal; 2900if (ownedForm.OwnerInternal != this) 3420if (!ShowInTaskbar && OwnerInternal is null && TopLevel) 3734if ((OwnerInternal is not null) || (dialogOwner is not null)) 3738: new(OwnerInternal!); 3973if (OwnerInternal is not null) 3975desktop = Screen.FromControl(OwnerInternal); 5021if (ownedForm.OwnerInternal is not null) 5500Form? oldOwner = OwnerInternal; 5712Form? oldOwner = OwnerInternal; 5791if (OwnerInternal is not null && 5792OwnerInternal.IsMdiContainer) 5794OwnerInternal.Invalidate(true); 5795OwnerInternal.Update();