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);
81
if (
_hHooks
[0] == IntPtr.Zero)
96
for (int i=0;i<
_hHooks
.Length;i++)
98
if (
_hHooks
[i] != IntPtr.Zero)
100
Misc.UnhookWinEvent(
_hHooks
[i]);
101
_hHooks
[i] = IntPtr.Zero;