12 references to HwndSourceHook
PresentationCore (8)
System\Windows\InterOp\HwndSource.cs (6)
237
EventHelper.AddHandler(ref _hooks, (
HwndSourceHook
)handlers[i]);
360
public void AddHook(
HwndSourceHook
hook)
382
public void RemoveHook(
HwndSourceHook
hook)
1633
var
hook = (
HwndSourceHook
)handlers[i];
2791
private Tuple<
HwndSourceHook
, Delegate[]> _hooks;
System\Windows\InterOp\HwndSourceParameters.cs (2)
190
public
HwndSourceHook
HwndSourceHook
389
private
HwndSourceHook
_hwndSourceHook;
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (2)
3288
bool transparent,
HwndSourceHook
hook, AutoResizedEventHandler handler, HwndDpiChangedEventHandler dpiChangedHandler)
3452
internal void DestroyWindow(
HwndSourceHook
hook, AutoResizedEventHandler onAutoResizedEventHandler, HwndDpiChangedEventHandler onDpiChagnedEventHandler)
System\Windows\Interop\HwndHost.cs (2)
84
public event
HwndSourceHook
MessageHook
1114
result = ((
HwndSourceHook
)_hooks[i])(hwnd, msg, wParam, lParam, ref handled);