16 references to OwnerInternal
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
4370for (Form? form = f; form is not null; form = form.OwnerInternal)
System\Windows\Forms\Form.cs (15)
1631get => OwnerInternal; 1634Form? ownerOld = OwnerInternal; 2825if (ownedForm.OwnerInternal != this) 3345if (!ShowInTaskbar && OwnerInternal is null && TopLevel) 3659if ((OwnerInternal is not null) || (dialogOwner is not null)) 3663: new(OwnerInternal!); 3898if (OwnerInternal is not null) 3900desktop = Screen.FromControl(OwnerInternal); 4927if (ownedForm.OwnerInternal is not null) 5409Form? oldOwner = OwnerInternal; 5621Form? oldOwner = OwnerInternal; 5700if (OwnerInternal is not null && 5701OwnerInternal.IsMdiContainer) 5703OwnerInternal.Invalidate(true); 5704OwnerInternal.Update();