1 write to HwndSourceHook
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
2697
param.
HwndSourceHook
= new HwndSourceHook(WindowFilterMessage); // hook to process window messages
2 references to HwndSourceHook
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
283
if (null != parameters.
HwndSourceHook
)
287
Delegate[] handlers = parameters.
HwndSourceHook
.GetInvocationList();