14 references to HwndSourceHook
PresentationCore (8)
Core\CSharp\System\Windows\Interop\HwndSource.cs (6)
290_hooks += (HwndSourceHook)handlers[i]; 422public void AddHook(HwndSourceHook hook) 450public void RemoveHook(HwndSourceHook hook) 1880var hook = (HwndSourceHook)handlers[i]; 3218private event HwndSourceHook _hooks;
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (2)
196public HwndSourceHook HwndSourceHook 395private HwndSourceHook _hwndSourceHook;
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
3417bool transparent, HwndSourceHook hook, AutoResizedEventHandler handler, HwndDpiChangedEventHandler dpiChangedHandler) 3644internal void DestroyWindow(HwndSourceHook hook, AutoResizedEventHandler onAutoResizedEventHandler, HwndDpiChangedEventHandler onDpiChagnedEventHandler)
src\Framework\System\Windows\Interop\HwndHost.cs (2)
112public event HwndSourceHook MessageHook 1374result = ((HwndSourceHook)_hooks[i])(hwnd, msg, wParam, lParam, ref handled);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (2)
50public static void AddWindowsHook(this Window window, HwndSourceHook wmHandler) 57public static void RemoveWindowsHook(this Window window, HwndSourceHook wmHandler)