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