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