3 writes to _hooks
PresentationFramework (3)
System\Windows\Interop\HwndHost.cs (3)
95_hooks = new ArrayList(8); 110_hooks = null; 500_hooks = null;
8 references to _hooks
PresentationFramework (8)
System\Windows\Interop\HwndHost.cs (8)
93if(_hooks == null) 98_hooks.Add(value); 104if(_hooks != null) 106_hooks.Remove(value); 108if(_hooks.Count == 0) 1117if(!handled && _hooks != null) 1119for(int i = 0, nCount = _hooks.Count; i < nCount; i++) 1121result = ((HwndSourceHook)_hooks[i])(hwnd, msg, wParam, lParam, ref handled);