2 writes to hwndSource
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Hosting\WindowHelperService.cs (2)
160this.hwndSource = HwndSource.FromHwnd(this.ParentWindowHwnd); 166this.hwndSource = HwndSource.FromVisual(this.View) as HwndSource;
6 references to hwndSource
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Hosting\WindowHelperService.cs (6)
126this.hwndSource.RemoveHook(new HwndSourceHook(OnMessage)); 155if (null == this.hwndSource) 164if (null == this.hwndSource) 169Fx.Assert(null != this.hwndSource, "HwndSource should not be null!"); 170if (null != this.hwndSource) 173this.hwndSource.AddHook(new HwndSourceHook(OnMessage));