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