12 references to HwndSourceHook
PresentationCore (8)
System\Windows\InterOp\HwndSource.cs (6)
246
EventHelper.AddHandler(ref _hooks, (
HwndSourceHook
)handlers[i]);
367
public void AddHook(
HwndSourceHook
hook)
389
public void RemoveHook(
HwndSourceHook
hook)
1651
var
hook = (
HwndSourceHook
)handlers[i];
2809
private Tuple<
HwndSourceHook
, Delegate[]> _hooks;
System\Windows\InterOp\HwndSourceParameters.cs (2)
194
public
HwndSourceHook
HwndSourceHook
393
private
HwndSourceHook
_hwndSourceHook;
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (2)
3297
bool transparent,
HwndSourceHook
hook, AutoResizedEventHandler handler, HwndDpiChangedEventHandler dpiChangedHandler)
3461
internal void DestroyWindow(
HwndSourceHook
hook, AutoResizedEventHandler onAutoResizedEventHandler, HwndDpiChangedEventHandler onDpiChagnedEventHandler)
System\Windows\Interop\HwndHost.cs (2)
90
public event
HwndSourceHook
MessageHook
1139
result = ((
HwndSourceHook
)_hooks[i])(hwnd, msg, wParam, lParam, ref handled);