11 references to HwndWrapperHook
WindowsBase (11)
Base\System\Windows\Threading\Dispatcher.cs (1)
3184
private
HwndWrapperHook
_hook;
Shared\MS\Win32\HwndSubclass.cs (3)
84
internal HwndSubclass(
HwndWrapperHook
hook)
489
HwndWrapperHook
hook= _hook.Target as
HwndWrapperHook
;
Shared\MS\Win32\HwndWrapper.cs (7)
66
HwndWrapperHook
[] hooks)
84
_wndProc = new SecurityCriticalData<
HwndWrapperHook
>(new HwndWrapperHook(WndProc));
293
public void AddHook(
HwndWrapperHook
hook)
308
internal void AddHookLast(
HwndWrapperHook
hook)
321
public void RemoveHook(
HwndWrapperHook
hook)
343
foreach(
HwndWrapperHook
hook in _hooks.Value)
492
private SecurityCriticalData<
HwndWrapperHook
> _wndProc;