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