1 write to _hHooks
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
44_hHooks = new IntPtr[1];
6 references to _hHooks
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (6)
88_hHooks[0] = Misc.SetWinEventHook(_eventMin, _eventMax, IntPtr.Zero, _winEventProc, 0, 0, _fFlags); 89if (_hHooks[0] == IntPtr.Zero) 104for (int i=0;i<_hHooks.Length;i++) 106if (_hHooks[i] != IntPtr.Zero) 108Misc.UnhookWinEvent(_hHooks[i]); 109_hHooks[i] = IntPtr.Zero;