5 references to LookupById
UIAutomationClient (1)
MS\Internal\Automation\UiaCoreApi.cs (1)
641AutomationEvent eventId = AutomationEvent.LookupById(args._eventId);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
268AutomationEvent eventId = AutomationEvent.LookupById(eventIdAsInt); 286AutomationEvent eventId = AutomationEvent.LookupById(eventIdAsInt);
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
292AutomationEvent eventId = AutomationEvent.LookupById(eventIdAsInt); 310AutomationEvent eventId = AutomationEvent.LookupById(eventIdAsInt);