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