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