16 references to OwnerInternal
System.Windows.Forms (16)
winforms\Managed\System\WinForms\Control.cs (1)
5675
for (Form form = f; form != null; form = form.
OwnerInternal
) {
winforms\Managed\System\WinForms\Form.cs (15)
2159
return
OwnerInternal
;
2162
Form ownerOld =
OwnerInternal
;
3154
if (ownedForm.
OwnerInternal
!= this) {
3695
if (!ShowInTaskbar &&
OwnerInternal
== null && TopLevel) {
4029
if ((
OwnerInternal
!= null) || (dialogOwner != null)) {
4030
IntPtr ownerHandle = (dialogOwner != null) ? Control.GetSafeHandle(dialogOwner) :
OwnerInternal
.Handle;
4491
if (
OwnerInternal
!= null) {
4492
desktop = Screen.FromControl(
OwnerInternal
);
5571
if (ownedForm.
OwnerInternal
!= null) {
6101
Form oldOwner =
OwnerInternal
;
6179
Form oldOwner =
OwnerInternal
;
6245
if (this.
OwnerInternal
!= null &&
6246
this.
OwnerInternal
.IsMdiContainer) {
6247
this.
OwnerInternal
.Invalidate(true);
6248
this.
OwnerInternal
.Update();