5 references to LookupById
UIAutomationClient (1)
MS\Internal\Automation\UiaCoreApi.cs (1)
640AutomationEvent eventId = AutomationEvent.LookupById(args._eventId);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
267AutomationEvent eventId = AutomationEvent.LookupById(eventIdAsInt); 285AutomationEvent eventId = AutomationEvent.LookupById(eventIdAsInt);
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
291AutomationEvent eventId = AutomationEvent.LookupById(eventIdAsInt); 309AutomationEvent eventId = AutomationEvent.LookupById(eventIdAsInt);