2 writes to hwndSource
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Hosting\WindowHelperService.cs (2)
160
this.
hwndSource
= HwndSource.FromHwnd(this.ParentWindowHwnd);
166
this.
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)
126
this.
hwndSource
.RemoveHook(new HwndSourceHook(OnMessage));
155
if (null == this.
hwndSource
)
164
if (null == this.
hwndSource
)
169
Fx.Assert(null != this.
hwndSource
, "HwndSource should not be null!");
170
if (null != this.
hwndSource
)
173
this.
hwndSource
.AddHook(new HwndSourceHook(OnMessage));