12 references to HwndSourceHook
PresentationCore (8)
System\Windows\InterOp\HwndSource.cs (6)
238
EventHelper.AddHandler(ref _hooks, (
HwndSourceHook
)handlers[i]);
361
public void AddHook(
HwndSourceHook
hook)
383
public void RemoveHook(
HwndSourceHook
hook)
1634
var
hook = (
HwndSourceHook
)handlers[i];
2797
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)
3295
bool transparent,
HwndSourceHook
hook, AutoResizedEventHandler handler, HwndDpiChangedEventHandler dpiChangedHandler)
3459
internal void DestroyWindow(
HwndSourceHook
hook, AutoResizedEventHandler onAutoResizedEventHandler, HwndDpiChangedEventHandler onDpiChagnedEventHandler)
System\Windows\Interop\HwndHost.cs (2)
85
public event
HwndSourceHook
MessageHook
1117
result = ((
HwndSourceHook
)_hooks[i])(hwnd, msg, wParam, lParam, ref handled);