2 writes to HwndSourceHook
PresentationFramework (1)
System\Windows\Window.cs (1)
2630
HwndSourceHook
= new HwndSourceHook(WindowFilterMessage) // hook to process window messages
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
575
HwndSourceHook
= HwndSourceHook
2 references to HwndSourceHook
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
231
if (null != parameters.
HwndSourceHook
)
235
Delegate[] handlers = parameters.
HwndSourceHook
.GetInvocationList();