16 references to OwnerInternal
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
4465for (Form? form = f; form is not null; form = form.OwnerInternal)
System\Windows\Forms\Form.cs (15)
1625get => OwnerInternal; 1628Form? ownerOld = OwnerInternal; 2900if (ownedForm.OwnerInternal != this) 3420if (!ShowInTaskbar && OwnerInternal is null && TopLevel) 3725if ((OwnerInternal is not null) || (dialogOwner is not null)) 3729: new(OwnerInternal!); 3964if (OwnerInternal is not null) 3966desktop = Screen.FromControl(OwnerInternal); 5018if (ownedForm.OwnerInternal is not null) 5497Form? oldOwner = OwnerInternal; 5709Form? oldOwner = OwnerInternal; 5788if (OwnerInternal is not null && 5789OwnerInternal.IsMdiContainer) 5791OwnerInternal.Invalidate(true); 5792OwnerInternal.Update();