16 references to OwnerInternal
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
4682for (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); 5066if (ownedForm.OwnerInternal is not null) 5545Form? oldOwner = OwnerInternal; 5784Form? oldOwner = OwnerInternal; 5863if (OwnerInternal is not null && 5864OwnerInternal.IsMdiContainer) 5866OwnerInternal.Invalidate(true); 5867OwnerInternal.Update();