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);
89
if (
_hHooks
[0] == IntPtr.Zero)
104
for (int i=0;i<
_hHooks
.Length;i++)
106
if (
_hHooks
[i] != IntPtr.Zero)
108
Misc.UnhookWinEvent(
_hHooks
[i]);
109
_hHooks
[i] = IntPtr.Zero;