3 writes to _hooks
PresentationFramework (3)
System\Windows\Interop\HwndHost.cs (3)
97_hooks = new ArrayList(8); 112_hooks = null; 506_hooks = null;
8 references to _hooks
PresentationFramework (8)
System\Windows\Interop\HwndHost.cs (8)
95if(_hooks == null) 100_hooks.Add(value); 106if(_hooks != null) 108_hooks.Remove(value); 110if(_hooks.Count == 0) 1139if(!handled && _hooks != null) 1141for(int i = 0, nCount = _hooks.Count; i < nCount; i++) 1143result = ((HwndSourceHook)_hooks[i])(hwnd, msg, wParam, lParam, ref handled);