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)
1624get => OwnerInternal; 1627Form? ownerOld = OwnerInternal; 2885if (ownedForm.OwnerInternal != this) 3405if (!ShowInTaskbar && OwnerInternal is null && TopLevel) 3710if ((OwnerInternal is not null) || (dialogOwner is not null)) 3714: new(OwnerInternal!); 3949if (OwnerInternal is not null) 3951desktop = Screen.FromControl(OwnerInternal); 5001if (ownedForm.OwnerInternal is not null) 5480Form? oldOwner = OwnerInternal; 5719Form? oldOwner = OwnerInternal; 5798if (OwnerInternal is not null && 5799OwnerInternal.IsMdiContainer) 5801OwnerInternal.Invalidate(true); 5802OwnerInternal.Update();