3 writes to _hooks
PresentationFramework (3)
System\Windows\Interop\HwndHost.cs (3)
91_hooks = new ArrayList(8); 106_hooks = null; 495_hooks = null;
8 references to _hooks
PresentationFramework (8)
System\Windows\Interop\HwndHost.cs (8)
89if(_hooks == null) 94_hooks.Add(value); 100if(_hooks != null) 102_hooks.Remove(value); 104if(_hooks.Count == 0) 1112if(!handled && _hooks != null) 1114for(int i = 0, nCount = _hooks.Count; i < nCount; i++) 1116result = ((HwndSourceHook)_hooks[i])(hwnd, msg, wParam, lParam, ref handled);