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