1 write to _eventIds
UIAutomationClient (1)
MS\Internal\Automation\WinEventWrap.cs (1)
46
_eventIds
= (int [])eventIds.Clone();
2 references to _eventIds
UIAutomationClient (2)
MS\Internal\Automation\WinEventWrap.cs (2)
47
_hHooks = new IntPtr[
_eventIds
.Length];
124
foreach (int eventId in
_eventIds
)