1 write to ParentWindowHwnd
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Hosting\WindowHelperService.cs (1)
24
this.
ParentWindowHwnd
= hwnd;
3 references to ParentWindowHwnd
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Hosting\WindowHelperService.cs (3)
62
ownerHwnd = this.
ParentWindowHwnd
;
158
if (IntPtr.Zero != this.
ParentWindowHwnd
)
160
this.hwndSource = HwndSource.FromHwnd(this.
ParentWindowHwnd
);