1 write to _hHooks
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
36_hHooks = new IntPtr[1];
6 references to _hHooks
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (6)
80_hHooks[0] = Misc.SetWinEventHook(_eventMin, _eventMax, IntPtr.Zero, _winEventProc, 0, 0, _fFlags); 81if (_hHooks[0] == IntPtr.Zero) 96for (int i=0;i<_hHooks.Length;i++) 98if (_hHooks[i] != IntPtr.Zero) 100Misc.UnhookWinEvent(_hHooks[i]); 101_hHooks[i] = IntPtr.Zero;