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