12 references to HwndSourceHook
PresentationCore (8)
System\Windows\InterOp\HwndSource.cs (6)
234
EventHelper.AddHandler(ref _hooks, (
HwndSourceHook
)handlers[i]);
355
public void AddHook(
HwndSourceHook
hook)
377
public void RemoveHook(
HwndSourceHook
hook)
1628
var
hook = (
HwndSourceHook
)handlers[i];
2786
private Tuple<
HwndSourceHook
, Delegate[]> _hooks;
System\Windows\InterOp\HwndSourceParameters.cs (2)
189
public
HwndSourceHook
HwndSourceHook
388
private
HwndSourceHook
_hwndSourceHook;
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (2)
3290
bool transparent,
HwndSourceHook
hook, AutoResizedEventHandler handler, HwndDpiChangedEventHandler dpiChangedHandler)
3454
internal void DestroyWindow(
HwndSourceHook
hook, AutoResizedEventHandler onAutoResizedEventHandler, HwndDpiChangedEventHandler onDpiChagnedEventHandler)
System\Windows\Interop\HwndHost.cs (2)
88
public event
HwndSourceHook
MessageHook
1121
result = ((
HwndSourceHook
)_hooks[i])(hwnd, msg, wParam, lParam, ref handled);