3 writes to _hooks
PresentationFramework (3)
System\Windows\Interop\HwndHost.cs (3)
92_hooks = new ArrayList(8); 107_hooks = null; 496_hooks = null;
8 references to _hooks
PresentationFramework (8)
System\Windows\Interop\HwndHost.cs (8)
90if(_hooks == null) 95_hooks.Add(value); 101if(_hooks != null) 103_hooks.Remove(value); 105if(_hooks.Count == 0) 1113if(!handled && _hooks != null) 1115for(int i = 0, nCount = _hooks.Count; i < nCount; i++) 1117result = ((HwndSourceHook)_hooks[i])(hwnd, msg, wParam, lParam, ref handled);